mirror of
https://github.com/romancm/gamebrary
synced 2024-11-13 23:17:08 +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
|
version: 2.1
|
||||||
workflows:
|
jobs:
|
||||||
|
lint:
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- run: yarn install --pure-lockfile --check-files
|
||||||
|
- run: yarn lint
|
||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: yarn install --pure-lockfile --no-progress --non-interactive --check-files
|
- run: yarn build
|
||||||
- run: yarn run lint
|
workflows:
|
||||||
|
version: 2
|
||||||
|
build_and_test:
|
||||||
|
jobs:
|
||||||
|
- lint
|
||||||
|
- build
|
Loading…
Reference in a new issue