ci: add --write flag on lint to avoid easy problems
This commit is contained in:
parent
7228ab794f
commit
c1e930ba59
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
- name: Lint
|
||||
run: yarn cli lint
|
||||
run: yarn cli lint --write
|
||||
- name: Build
|
||||
run: yarn cli build
|
||||
|
||||
@ -57,6 +57,6 @@ jobs:
|
||||
run: |
|
||||
yarn install
|
||||
- name: Lint
|
||||
run: yarn react lint
|
||||
run: yarn react lint --write
|
||||
- name: TypeScript Compile
|
||||
run: yarn react tsc
|
Loading…
x
Reference in New Issue
Block a user