ci: add --write flag on lint to avoid easy problems

This commit is contained in:
p-sw 2024-06-29 22:48:36 +09:00
parent 7228ab794f
commit c1e930ba59

@ -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