Skip to content

Commit

Permalink
ci: add --write flag on lint to avoid easy problems
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sw committed Jun 29, 2024
1 parent 7228ab7 commit c1e930b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit c1e930b

Please sign in to comment.