Skip to content

Commit

Permalink
Move pnpm install after node setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbrex committed Aug 3, 2024
1 parent acf3a9c commit dc8452f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
with:
run_install: true
run_install: false
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand All @@ -28,5 +28,6 @@ jobs:
with:
languages: javascript
- uses: github/codeql-action/analyze@v3
- run: pnpm install
- run: pnpm run lint
- run: pnpm run check-format

0 comments on commit dc8452f

Please sign in to comment.