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