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 7373b0d commit 06c7dc8Copy full SHA for 06c7dc8
.github/workflows/pull-request-checks.yaml
@@ -92,7 +92,7 @@ jobs:
92
with:
93
format: 'space-delimited'
94
- name: Lint changed files
95
- run: npx eslint --quiet ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }}
+ run: pnpm exec eslint ${{ steps.changed_files_space.outputs.added_modified }} ${{ steps.changed_files_space.outputs.renamed }}
96
- name: Get Changed Files (comma-separated)
97
id: changed_files
98
uses: Ana06/[email protected]
0 commit comments