From b2536927ed8c3ffa69248a19be0cb7579cbc80e9 Mon Sep 17 00:00:00 2001 From: ruzell22 Date: Mon, 30 Sep 2024 09:44:09 +0800 Subject: [PATCH] test Signed-off-by: ruzell22 --- .github/workflows/are-the-types-wrong.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/are-the-types-wrong.yaml b/.github/workflows/are-the-types-wrong.yaml index 54fb956ed5..222e6ba2f0 100644 --- a/.github/workflows/are-the-types-wrong.yaml +++ b/.github/workflows/are-the-types-wrong.yaml @@ -18,6 +18,8 @@ jobs: name: AreTheTypesWrong scan runs-on: ubuntu-22.04 steps: + - name: Installing AreTheTypesWrong Library + run: npm i -g @arethetypeswrong/cli - name: Use Node.js ${{ env.NODEJS_VERSION }} uses: actions/setup-node@v4.0.3 with: @@ -32,7 +34,5 @@ jobs: restore-keys: | ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }} - run: npm run configure - - name: Installing AreTheTypesWrong Library - run: npm i -g @arethetypeswrong/cli - name: Running AreTheTypesWrong scan run: yarn run are-the-types-wrong \ No newline at end of file