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 d93c68f commit 77ebe92Copy full SHA for 77ebe92
.github/workflows/run-tests.yml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
git --no-pager show HEAD:packages/client/src/scw/errors/error-parser.ts | sed -n '1,25p'
44
# Run ESLint without cache to avoid stale cache issues on CI runners
45
- - run: pnpm run lint -- --no-cache
+ - run: pnpm exec eslint --no-cache .
46
test:
47
runs-on: ubuntu-24.04
48
strategy:
0 commit comments