From 66b65fea956ff66dead4c0e366a157eec703968a Mon Sep 17 00:00:00 2001 From: CelticBoozer Date: Fri, 11 Oct 2024 14:41:19 +0300 Subject: [PATCH] ci: Fix stylelint --- .github/workflows/stylelint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stylelint.yaml b/.github/workflows/stylelint.yaml index 3ce22c1..02417c3 100644 --- a/.github/workflows/stylelint.yaml +++ b/.github/workflows/stylelint.yaml @@ -18,4 +18,4 @@ jobs: - name: Install stylelint run: npm init stylelint - name: Run stylelint - run: npx stylelint **/*.scss + run: npx stylelint "**/*.scss" --config .stylelintrc.json