Skip to content

Commit

Permalink
Correct lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
domwebber committed Nov 20, 2024
1 parent c192ece commit 70d2e85
Show file tree
Hide file tree
Showing 3 changed files with 2,030 additions and 6,657 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
matrix:
node-version: [21.x, 22.x, 23.x]
shard: [1/1]
name: Node v${{ matrix.node-version }} on ${{ inputs.os }} ${{ matrix.shard }}
name:
Node v${{ matrix.node-version }} on ${{ inputs.os }} ${{ matrix.shard }}
runs-on: ${{ inputs.os }}

steps:
Expand All @@ -28,5 +29,6 @@ jobs:
cache: npm
- run: npm ci --prefer-offline --no-audit --no-fund
- run: npm run build
- run: node --import tsx --test --test-shard=${{ matrix.shard }}
- run:
node --import tsx --test --test-shard=${{ matrix.shard }}
src/__tests__/unit/**/*.test.ts src/__tests__/unit/*.test.ts
Loading

0 comments on commit 70d2e85

Please sign in to comment.