Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: ruzell22 <[email protected]>
  • Loading branch information
ruzell22 committed Sep 13, 2024
1 parent e36fe9d commit 0d48a88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/are-the-types-wrong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- name: Installing Library
run: npm i -g @arethetypeswrong/cli
- name: Building and running the scan
- name: Building repository
run: yarn && yarn install && yarn run configure
run: TS_NODE_PROJECT=./tools/tsconfig.json node --trace-deprecation --experimental-modules --abort-on-uncaught-exception --loader ts-node/esm --experimental-specifier-resolution=node ./tools/custom-checks/run-attw-on-tgz.ts
- name: Running AreTheTypesWrong scan
run: yarn are-the-types-wrong

0 comments on commit 0d48a88

Please sign in to comment.