From c80953cf67c98d0c4d66d8ee459f83bdf86d785f Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Sun, 13 Oct 2024 14:27:56 +0200 Subject: [PATCH] Use GitHub deprecated formatter for stylelint (#987) This formatter has been deprecated, but the suggested alternative does not work and seems unmaintained Ref: - xt0rted/stylelint-actions-formatters#187 - xt0rted/stylelint-problem-matcher#461 - xt0rted/stylelint-problem-matcher#592 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 02e6751e..638edaae 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -110,4 +110,4 @@ jobs: run: pnpm install - name: Run Stylelint if: steps.changed-files.outputs.any_changed == 'true' - run: pnpm stylelint app/**/*.{scss,css} + run: pnpm stylelint app/**/*.{scss,css} --formatter=github