We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1128b3b + 56fd3e6 commit e6492d5Copy full SHA for e6492d5
.github/workflows/99-self-healing-dependabot-updates.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Run Stylelint to format the code
46
if: env.stylelint_update == 'true'
47
run: |
48
- npx --no stylelint "**/*.*css" --fix
+ npx --no stylelint "**/*.{css,scss}" --fix
49
50
- name: Run Prettier to format the code
51
if: env.prettier_update == 'true'
0 commit comments