Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Nov 27, 2024
1 parent 9d7cf22 commit 1ed3715
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 @@ -22,9 +22,9 @@ jobs:
- name: Install dependencies
run: |
npm ci
cd test; npm ci
cd test; npm i
cd ../test-nextjs; npm i
cd ../test-router; npm ci
cd ../test-router; npm i
- name: Run linting
run: npm run lint

0 comments on commit 1ed3715

Please sign in to comment.