Skip to content

Commit

Permalink
feat: set continues on error to false for prettier (code formatting)
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Setch <[email protected]>
  • Loading branch information
setchy committed Feb 27, 2024
1 parent aceb164 commit c345a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Lint Prettier
run: npm run prettier
continue-on-error: true
continue-on-error: false

- name: Lint ESLint
run: npm run eslint
Expand Down

0 comments on commit c345a11

Please sign in to comment.