Skip to content

Commit

Permalink
add lint step to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
az33zy committed Dec 24, 2024
1 parent 5c767b2 commit 4b41fd8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
node-version: lts/*
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm test
if: (${{ success() }} || ${{ failure() }}) # ensures this step runs even if previous steps fail

0 comments on commit 4b41fd8

Please sign in to comment.