Skip to content

Commit e6492d5

Browse files
authored
Merge pull request #707 from db-ui/refactor-optimized-stylelint-filenames-definition
refactor: optimized stylelint filenames definition
2 parents 1128b3b + 56fd3e6 commit e6492d5

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
@@ -45,7 +45,7 @@ jobs:
4545
- name: Run Stylelint to format the code
4646
if: env.stylelint_update == 'true'
4747
run: |
48-
npx --no stylelint "**/*.*css" --fix
48+
npx --no stylelint "**/*.{css,scss}" --fix
4949
5050
- name: Run Prettier to format the code
5151
if: env.prettier_update == 'true'

0 commit comments

Comments
 (0)