Skip to content

Commit

Permalink
chore: run linter in github check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Nov 28, 2024
1 parent 690b71c commit 2196a66
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ jobs:

- name: Build
run: npm run build

- name: Lint
run: npm run lint

0 comments on commit 2196a66

Please sign in to comment.