diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index 690b33df2..20600f366 100644 --- a/.github/workflows/99-self-healing-dependabot-updates.yml +++ b/.github/workflows/99-self-healing-dependabot-updates.yml @@ -45,7 +45,7 @@ jobs: - name: Run Stylelint to format the code if: env.stylelint_update == 'true' run: | - npx --no stylelint "**/*.*css" --fix + npx --no stylelint "**/*.{css,scss}" --fix - name: Run Prettier to format the code if: env.prettier_update == 'true'