Skip to content

Commit e29ebce

Browse files
authored
Merge pull request #1171 from db-ui/refactor-optimized-stylelint-filenames-definition
refactor: optimized stylelint filenames definition
2 parents ab3ec64 + 2f9cf09 commit e29ebce

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)