Skip to content

Commit

Permalink
chore: optimize workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 14, 2023
1 parent b27eb5c commit 4348197
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
node-version: '18'
cache: 'pnpm'

- name: Install dependencies
run: pnpm install --no-frozen-lockfile

- name: Lint
run: pnpm lint

0 comments on commit 4348197

Please sign in to comment.