Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Nov 8, 2023
1 parent 375127e commit 1e5ce58
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ jobs:
- node_modules
key: deps-{{ checksum "package.json" }}

- run: yarn test
- run:
name: Tests
command: yarn test

- run:
name: Type checks
command: yarn tsc

- run:
name: ESLint
command: yarn lint

0 comments on commit 1e5ce58

Please sign in to comment.