1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

test(ci): correct the patterns to match the SCSS files

This commit is contained in:
Cotes Chung
2022-12-24 22:19:54 +08:00
parent e01eb8af14
commit 8f2b42b1b3

View File

@@ -3,12 +3,12 @@ name: 'Style Lint'
on: on:
push: push:
paths: paths:
- '_sass/**.scss' - '_sass/**/*.scss'
tags-ignore: tags-ignore:
- '**' - '**'
pull_request: pull_request:
paths: paths:
- '_sass/**.scss' - '_sass/**/*.scss'
jobs: jobs:
stylelint: stylelint: