From 9b52151a5ad2b9eb9058f7f5e78ccb1ed7374413 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Mon, 3 Jun 2024 16:20:37 +0000 Subject: [PATCH] Fix ci run --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 929be1467d..b25bd7de05 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: - run: npm ci - run: npm run dist - name: Lint source files - run: npx stylelint --fix - - name: Look for unused stylelint:disable lines - run: npm run stylelint -- --report-needless-disables + run: npm run stylelint:fix - name: Push up any fixes if: ${{ github.event_name == 'pull_request' }} uses: stefanzweifel/git-auto-commit-action@v5