Skip to content

Commit

Permalink
CI: Run linting via npm
Browse files Browse the repository at this point in the history
  • Loading branch information
syyyr committed Sep 25, 2024
1 parent 0fb9a86 commit 9a1d3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- uses: actions/checkout@v3
- name: Install tsc
run: npm install
- name: Run xo
run: npx xo --reporter unix src/* test.ts
- name: Run linters
run: npm run lint

0 comments on commit 9a1d3ac

Please sign in to comment.