Skip to content

Commit

Permalink
Remove ? in change-files patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
MaoShizhong committed Aug 7, 2024
1 parent 9409fd8 commit 10c1832
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
paths:
- '**/*.js'
- '**/*.json'
- '**/*.ya?ml'
- '**/*.yml'
- '**/*.yaml'

jobs:
format_check:
Expand All @@ -18,7 +19,8 @@ jobs:
files: |
**/*.js
**/*.json
**/*.ya?ml
**/*.yml
**/*.yaml
separator: ' '
- uses: creyD/[email protected]
with:
Expand Down

0 comments on commit 10c1832

Please sign in to comment.