From 06ee83baaf35c549d80b2ef2196809709246386c Mon Sep 17 00:00:00 2001 From: Blake Anderson Date: Mon, 18 Nov 2024 14:41:46 -0500 Subject: [PATCH] update stylelint to use new configuration --- .github/workflows/stylelint-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylelint-pr.yml b/.github/workflows/stylelint-pr.yml index 8c42dc57e..06addaeb7 100644 --- a/.github/workflows/stylelint-pr.yml +++ b/.github/workflows/stylelint-pr.yml @@ -38,7 +38,7 @@ jobs: uses: reviewdog/action-stylelint@v1 with: github_token: ${{ secrets.github_token }} - fail_on_error: true + fail_level: "error" reporter: github-pr-review filter_mode: "diff_context" stylelint_config: ".stylelintrc.json"