Skip to content

Commit 2f9cf09

Browse files
authored
refactor: optimized stylelint filenames definition
1 parent ab3ec64 commit 2f9cf09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/99-self-healing-dependabot-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Run Stylelint to format the code
4242
if: env.stylelint_update == 'true'
4343
run: |
44-
npx --no stylelint "**/*.*css" --fix
44+
npx --no stylelint "**/*.{css,scss}" --fix
4545
4646
- name: Run Prettier to format the code
4747
if: env.prettier_update == 'true'

0 commit comments

Comments
 (0)