mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
Added GitHub action.
This commit is contained in:
parent
922db80097
commit
8f41c12394
30
.github/workflows/ci.yml
vendored
Normal file
30
.github/workflows/ci.yml
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
args: install
|
||||
|
||||
- uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
args: lint
|
||||
|
||||
- uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
args: test
|
||||
|
||||
- uses: CultureHQ/actions-yarn@v1.0.1
|
||||
with:
|
||||
args: build
|
Loading…
Reference in New Issue
Block a user