Skip to content

Commit

Permalink
Remove check-types from CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
markerikson committed Apr 2, 2021
1 parent bb1c4da commit bac400e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Check types
run: npm run check-types

- name: Check formatting
run: npm run format:check

Expand Down

0 comments on commit bac400e

Please sign in to comment.