Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wakamsha committed Feb 8, 2025
1 parent 911a456 commit dcac741
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: ./.github/actions/restore-node

- name: Run Lint
run: npm -r lint
run: pnpm -r lint

- name: Run Test
run: npm -r test
run: pnpm -r test

0 comments on commit dcac741

Please sign in to comment.