Skip to content

Commit

Permalink
Revert "temporarily disable lint checking in CI"
Browse files Browse the repository at this point in the history
This reverts commit 267fbcf.
  • Loading branch information
arobsn committed Nov 15, 2024
1 parent 267fbcf commit f9c406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: "pnpm"

- run: pnpm install --frozen-lockfile
# - run: pnpm run test:lint
- run: pnpm run test:lint
- run: pnpm run test:format

unit-test:
Expand Down

0 comments on commit f9c406b

Please sign in to comment.