diff --git a/.github/workflows/lint-css.yml b/.github/workflows/lint-css.yml index debb8f1d3..a6625a711 100644 --- a/.github/workflows/lint-css.yml +++ b/.github/workflows/lint-css.yml @@ -39,8 +39,8 @@ jobs: - name: Install npm dependencies run: npm ci - - name: Stylelint - run: stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters + # - name: Stylelint + # run: npx stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters - name: Prettier run: npx prettier --check "**/*.css"