Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Nov 20, 2023
1 parent edbec70 commit 0a0a325
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
with:
node-version-file: ".node-version"
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- run: pnpm lint && [ -z "$(git status --porcelain)" ]
- run: pnpm test
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 0a0a325

Please sign in to comment.