Skip to content

Commit

Permalink
bah
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jul 12, 2024
1 parent 2f89f20 commit 59d45eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
run: yarn verify-old-ts
- name: run ESLint with type info
run: yarn lint-ts-files
- name: Run tests depending on type information
run: yarn test-with-type-info

typecheck:
name: Typecheck Examples and Tests
Expand All @@ -75,8 +77,6 @@ jobs:
run: yarn typecheck:examples
- name: typecheck tests
run: yarn typecheck:tests
- name: Run tests depending on type information
run: yarn test-with-type-info

lint:
name: Lint
Expand Down

0 comments on commit 59d45eb

Please sign in to comment.