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 ab3ec64 + 2f9cf09 commit e29ebceCopy full SHA for e29ebce
.github/workflows/99-self-healing-dependabot-updates.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Run Stylelint to format the code
42
if: env.stylelint_update == 'true'
43
run: |
44
- npx --no stylelint "**/*.*css" --fix
+ npx --no stylelint "**/*.{css,scss}" --fix
45
46
- name: Run Prettier to format the code
47
if: env.prettier_update == 'true'
0 commit comments