Skip to content

Commit

Permalink
chore: run all the new lints in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wheresrhys committed Jul 24, 2024
1 parent 32f20fe commit 6b3a307
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@ jobs:
steps:
- *workspace
- run: npm run lint:ci
- run: npm run prettier:ci

typelint:
<<: *nodelts
steps:
- *workspace
- run: npm run types:lint
- run: npm run types:check --noEmit=true

test:
<<: *nodelts
Expand Down

0 comments on commit 6b3a307

Please sign in to comment.