From 8f2b42b1b370d28c485cc15c8b3d7f09af249dbf Mon Sep 17 00:00:00 2001 From: Cotes Chung <11371340+cotes2020@users.noreply.github.com> Date: Sat, 24 Dec 2022 22:19:54 +0800 Subject: [PATCH] test(ci): correct the patterns to match the SCSS files --- .github/workflows/style-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style-lint.yml b/.github/workflows/style-lint.yml index e8fedae..e0bdf6d 100644 --- a/.github/workflows/style-lint.yml +++ b/.github/workflows/style-lint.yml @@ -3,12 +3,12 @@ name: 'Style Lint' on: push: paths: - - '_sass/**.scss' + - '_sass/**/*.scss' tags-ignore: - '**' pull_request: paths: - - '_sass/**.scss' + - '_sass/**/*.scss' jobs: stylelint: