Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed May 14, 2024
1 parent 8604420 commit 2d1c83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
- uses: volta-cli/action@v4

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

- uses: Run build
- name: Run build
run: pnpm run build

0 comments on commit 2d1c83b

Please # to comment.