Skip to content

Commit

Permalink
forgot to amend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SignpostMarv committed Aug 26, 2024
1 parent e4140b4 commit ae7be19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: npm ci
- run: ./node_modules/.bin/tsc --project ./tsconfig.app-check.json
- run: ./node_modules/.bin/prettier . --check
- run: ./node_modules/.bin/eslint "./**/*.ts" --ignore-pattern "./generated-types/**/*.*"
- run: ./node_modules/.bin/eslint "./**/*.ts" --ignore-pattern "generated-types"
coverage:
needs: basic-checks
runs-on: ubuntu-latest
Expand Down

0 comments on commit ae7be19

Please sign in to comment.