mirror of
https://github.com/romancm/gamebrary
synced 2024-11-12 22:47:14 +00:00
test
This commit is contained in:
parent
4d76917775
commit
8a162d2078
1 changed files with 14 additions and 4 deletions
|
@ -1,7 +1,17 @@
|
|||
version: 2.1
|
||||
workflows:
|
||||
jobs:
|
||||
lint:
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn install --pure-lockfile --check-files
|
||||
- run: yarn lint
|
||||
build:
|
||||
steps:
|
||||
- checkout
|
||||
- run: yarn install --pure-lockfile --no-progress --non-interactive --check-files
|
||||
- run: yarn run lint
|
||||
- checkout
|
||||
- run: yarn build
|
||||
workflows:
|
||||
version: 2
|
||||
build_and_test:
|
||||
jobs:
|
||||
- lint
|
||||
- build
|
Loading…
Reference in a new issue