Skip to content

Commit

Permalink
moved lint over to pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed Oct 18, 2024
1 parent 2f0a5a0 commit ce003f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v4
with:
node-version: '20.x'
version: 9
- name: Installation
run: npm ci
run: pnpm i
- name: Prettier Code
run: npm run format:diff
run: pnpm run format:diff

0 comments on commit ce003f6

Please sign in to comment.