diff --git a/.github/workflows/css-lint.yaml b/.github/workflows/css-lint.yaml index dcd5932ea..dc7e81c49 100644 --- a/.github/workflows/css-lint.yaml +++ b/.github/workflows/css-lint.yaml @@ -37,9 +37,7 @@ jobs: run: npm install - name: Run Prettier - run: npx prettier --check "**/*.{js,jsx,ts,tsx,css,scss}" - # run: npx prettier --check ${{ steps.changed-files-yaml.outputs.src_all_changed_files }} + run: npx prettier --check ${{ steps.changed-files-yaml.outputs.src_all_changed_files }} - name: Run Stylelint - run: npx stylelint "**/*.{css,scss}" - # run: npx stylelint ${{ steps.changed-files-yaml.outputs.src_all_changed_files }} + run: npx stylelint ${{ steps.changed-files-yaml.outputs.src_all_changed_files }}