Skip to content

Commit

Permalink
ci: update test action
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jul 21, 2024
1 parent ffc797a commit 09ca255
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: pnpm/action-setup@v4
with:
node-version: '18.x'

- run: npm ci
- run: npm run check
- run: npm run lint
run_install: true
- run: pnpm check
- run: pnpm lint

0 comments on commit 09ca255

Please sign in to comment.