Skip to content

Commit

Permalink
chore: don't diff quit
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed May 14, 2024
1 parent 38f4a4a commit 3a3ba82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
- uses: volta-cli/action@v4

- name: Run pnpm install
run: |
pnpm install
git diff --exit-code
run: pnpm install

- name: Run lint
run: pnpm run lint
Expand Down

0 comments on commit 3a3ba82

Please sign in to comment.