Skip to content

Commit

Permalink
changed lint.yml action to try to fix and not only check
Browse files Browse the repository at this point in the history
  • Loading branch information
siinghd committed Feb 7, 2024
1 parent 70e63dc commit 54fa86e
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 @@ -18,7 +18,7 @@ jobs:
run: npm install --legacy-peer-deps

- name: Run linting check
run: npm run lint:check
run: npm run lint:fix

- name: Check formatting
run: npm run format:check
run: npm run format:fix

0 comments on commit 54fa86e

Please sign in to comment.