Skip to content

Commit

Permalink
fix: eslint does not fail build (#852)
Browse files Browse the repository at this point in the history
* check eslint in CI

* run the correct command

* remove the code that forced linter to fail
  • Loading branch information
pauldambra authored Oct 24, 2023
1 parent 83f1a68 commit 137254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ jobs:

- run: |
yarn prettier --check
yarn eslint
yarn lint
yarn tsc -b

0 comments on commit 137254c

Please sign in to comment.