Skip to content

Commit 97f9c8d

Browse files
committed
fix: skip explicitly the symlinks format with prettier
1 parent cc9ed90 commit 97f9c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- if: steps.changed-files.outputs.to_format_any_changed == 'true'
5353
name: Format
54-
run: yarn run prettier --check --ignore-unknown ${{ steps.changed-files.outputs.to_format_all_changed_files }}
54+
run: yarn run prettier --check --ignore-unknown --no-error-on-unmatched-pattern ${{ steps.changed-files.outputs.to_format_all_changed_files }}
5555

5656
- if: steps.changed-files.outputs.to_lint_any_changed == 'true'
5757
name: Run Eslint

0 commit comments

Comments
 (0)