Skip to content

Commit 06c7dc8

Browse files
committed
pnpm exec eslint
1 parent 7373b0d commit 06c7dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
format: 'space-delimited'
9494
- name: Lint changed files
95-
run: npx eslint --quiet ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }}
95+
run: pnpm exec eslint ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }}
9696
- name: Get Changed Files (comma-separated)
9797
id: changed_files
9898
uses: Ana06/[email protected]

0 commit comments

Comments
 (0)