Skip to content

Commit

Permalink
Add pnpm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ericfennis committed Nov 1, 2023
1 parent db32cf1 commit 8308ccc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/linting.yml
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 --frozen-lockfile

- name: Run Linter
run: pnpm lint

0 comments on commit 8308ccc

Please sign in to comment.