test(ci): correct the patterns to match the SCSS files
This commit is contained in:
parent
e01eb8af14
commit
8f2b42b1b3
1 changed files with 2 additions and 2 deletions
4
.github/workflows/style-lint.yml
vendored
4
.github/workflows/style-lint.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue