Skip to content

Commit 26a95f0

Browse files
authored
CI: Fix wildcard syntax in changed-files config (#12539)
1 parent 9622896 commit 26a95f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/changed-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ frontend_lint:
3131
- .github/workflows/**
3232
- package.json
3333
- pnpm-lock.yaml
34-
- '**.{css,gjs,hbs,mjs,js,ts}'
34+
- '**/*.{css,gjs,hbs,mjs,js,ts}'
3535

3636
# Include all markdown files for `prettier` checks
37-
- '**.md'
37+
- '**/*.md'
3838

3939
frontend_test:
4040
- .github/workflows/**

0 commit comments

Comments
 (0)