Skip to content

Commit

Permalink
ci: fix lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Feb 25, 2024
1 parent c0fe3e4 commit db60b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
cache: "pnpm"

- name: Lint
run: pnpm lint:fix
run: pnpm lint

- name: Test
run: pnpm test --ci --coverage --maxWorkers=2
run: pnpm test --coverage --maxWorkers=2

- name: Cache Coverage
id: cache-coverage
Expand Down

0 comments on commit db60b61

Please sign in to comment.