From e36fe9d1b4be46efdd491671e5968e047884cca5 Mon Sep 17 00:00:00 2001 From: ruzell22 Date: Fri, 13 Sep 2024 13:09:29 +0800 Subject: [PATCH] test Signed-off-by: ruzell22 --- .github/workflows/are-the-types-wrong.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/are-the-types-wrong.yaml b/.github/workflows/are-the-types-wrong.yaml index da3f4ede18..c9c9eeef00 100644 --- a/.github/workflows/are-the-types-wrong.yaml +++ b/.github/workflows/are-the-types-wrong.yaml @@ -21,4 +21,5 @@ jobs: - name: Installing Library run: npm i -g @arethetypeswrong/cli - name: Building and running the scan + 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 \ No newline at end of file