We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2999bff commit b914774Copy full SHA for b914774
.github/workflows/ci.yml
@@ -20,10 +20,10 @@ jobs:
20
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
21
with:
22
fail-fast: false
23
- lint-script: 'pnpm run lint'
+ lint-script: 'pnpm run lint --all'
24
node-versions: '[20, 22, 24]'
25
os-versions: '["ubuntu-latest", "windows-latest"]'
26
- test-script: 'pnpm run test'
+ test-script: 'pnpm run test --all'
27
test-setup-script: 'pnpm run build'
28
type-check-script: 'pnpm run check'
29
type-check-setup-script: 'pnpm run build'
0 commit comments