Skip to content

Commit

Permalink
make eslint check always run
Browse files Browse the repository at this point in the history
  • Loading branch information
Yukthiw committed Jan 7, 2024
1 parent de61e12 commit 1224b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
run: npx prettier . --check

- name: ESLint Check
if: always()
run: npm run lint

0 comments on commit 1224b5b

Please sign in to comment.