File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4141 - name : Debug – show error-parser.ts (imports)
4242 run : |
4343 git --no-pager show HEAD:packages/client/src/scw/errors/error-parser.ts | sed -n '1,25p'
44+ - name : Debug – run eslint on client.test.ts (no cache)
45+ run : pnpm exec eslint --no-cache packages/client/src/scw/__tests__/client.test.ts || true
46+ - name : Debug – run eslint on error-parser.ts (no cache)
47+ run : pnpm exec eslint --no-cache packages/client/src/scw/errors/error-parser.ts || true
48+ - name : Debug – print eslint config for client.test.ts
49+ run : pnpm exec eslint --print-config packages/client/src/scw/__tests__/client.test.ts | head -200
4450 # Run ESLint without cache to avoid stale cache issues on CI runners
4551 - run : pnpm exec eslint --no-cache .
4652 test :
You can’t perform that action at this time.
0 commit comments