Skip to content

Commit 77ebe92

Browse files
committed
ci(lint): run eslint via pnpm exec with --no-cache
1 parent d93c68f commit 77ebe92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
git --no-pager show HEAD:packages/client/src/scw/errors/error-parser.ts | sed -n '1,25p'
4444
# Run ESLint without cache to avoid stale cache issues on CI runners
45-
- run: pnpm run lint -- --no-cache
45+
- run: pnpm exec eslint --no-cache .
4646
test:
4747
runs-on: ubuntu-24.04
4848
strategy:

0 commit comments

Comments
 (0)