Skip to content

Commit b60e108

Browse files
authored
Merge branch 'main' into dependabot-npm_and_yarn-xo-1.0.0
2 parents 03de2d9 + e6492d5 commit b60e108

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)