Skip to content

Commit

Permalink
Switch to pnpm in action
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Nov 9, 2023
1 parent b87040c commit 128add3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '18'
- run: npm install next
- run: npm run lint:check
- run: npm run format:check
- run: pnpm install next
- run: pnpm run lint:check
- run: pnpm run format:check

0 comments on commit 128add3

Please sign in to comment.