From aa5ebd6c7968ec120cc51d6374926ac13d0c0e4c Mon Sep 17 00:00:00 2001 From: Howard Edwards Date: Tue, 29 Oct 2024 17:17:31 -0400 Subject: [PATCH] test --- .github/workflows/lint-css.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint-css.yml b/.github/workflows/lint-css.yml index a6625a711..a16544d60 100644 --- a/.github/workflows/lint-css.yml +++ b/.github/workflows/lint-css.yml @@ -33,14 +33,10 @@ jobs: with: cache: npm - - name: Stylelint problem matcher - uses: xt0rted/stylelint-problem-matcher@v1 + - uses: xt0rted/stylelint-problem-matcher@v1 - name: Install npm dependencies run: npm ci - # - name: Stylelint - # run: npx stylelint "**/*.css" --custom-formatter=stylelint-actions-formatters - - - name: Prettier - run: npx prettier --check "**/*.css" + - name: Lint css with stylelint and prettier + run: npm run lint:css