Skip to content

Commit b914774

Browse files
committed
fix(ci): add --all flags back to workflow scripts
CI runs need --all flags to check all files, not just changed ones.
1 parent 2999bff commit b914774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
uses: SocketDev/socket-registry/.github/workflows/ci.yml@d8ff3b0581d799466cfbf150f715c1a4bf9f84a5 # 2025-10-23
2121
with:
2222
fail-fast: false
23-
lint-script: 'pnpm run lint'
23+
lint-script: 'pnpm run lint --all'
2424
node-versions: '[20, 22, 24]'
2525
os-versions: '["ubuntu-latest", "windows-latest"]'
26-
test-script: 'pnpm run test'
26+
test-script: 'pnpm run test --all'
2727
test-setup-script: 'pnpm run build'
2828
type-check-script: 'pnpm run check'
2929
type-check-setup-script: 'pnpm run build'

0 commit comments

Comments
 (0)