Skip to content

Commit

Permalink
Test glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Electroid committed Sep 25, 2024
1 parent 51f2e06 commit cbd8cd5
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/prettier-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
- ".github/workflows/prettier-format.yml"
- "package.json"
- "scripts/**"
- "**/*.yml"
- "**/*.json"
- "**/*.jsx?"
- "**/*.tsx?"
- "**/*.mjs"
- "**/*.cjs"
- "**.yml"
- "**.json"
- "**.js"
- "**.jsx"
- "**.ts"
- "**.tsx"
- "**.mjs"
- "**.cjs"

env:
BUN_VERSION: "1.1.27"
Expand Down

0 comments on commit cbd8cd5

Please sign in to comment.