Skip to content

Commit

Permalink
fix: skip explicitly the symlinks format with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Sep 23, 2024
1 parent cc9ed90 commit 97f9c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- if: steps.changed-files.outputs.to_format_any_changed == 'true'
name: Format
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 }}

- if: steps.changed-files.outputs.to_lint_any_changed == 'true'
name: Run Eslint
Expand Down

0 comments on commit 97f9c8d

Please sign in to comment.