Skip to content

Commit

Permalink
added lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
RuslanProgrammer committed Jan 10, 2024
1 parent c180944 commit a310a71
Show file tree
Hide file tree
Showing 5 changed files with 759 additions and 50 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ jobs:
uses: ./.github/actions/setup
- name: Run tests
run: npm run test
- name: Run lint
run: npm run lint
Loading

0 comments on commit a310a71

Please sign in to comment.