We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc9ed90 commit 97f9c8dCopy full SHA for 97f9c8d
.github/workflows/pull-requests.yml
@@ -51,7 +51,7 @@ jobs:
51
52
- if: steps.changed-files.outputs.to_format_any_changed == 'true'
53
name: Format
54
- run: yarn run prettier --check --ignore-unknown ${{ steps.changed-files.outputs.to_format_all_changed_files }}
+ run: yarn run prettier --check --ignore-unknown --no-error-on-unmatched-pattern ${{ steps.changed-files.outputs.to_format_all_changed_files }}
55
56
- if: steps.changed-files.outputs.to_lint_any_changed == 'true'
57
name: Run Eslint
0 commit comments