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 30, 2024
1 parent 79b28cc commit b253692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/are-the-types-wrong.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand All @@ -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

0 comments on commit b253692

Please sign in to comment.