Skip to content

Commit

Permalink
workflows: use --run
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Nov 21, 2024
1 parent 8590905 commit cb84d16
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run lint
- run: npm run test:types
- run: node --run lint
- run: node --run format
- run: node --run test:types

tests:
strategy:
Expand Down

0 comments on commit cb84d16

Please sign in to comment.