mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2026-05-07 17:28:39 +00:00
test(ci): correct the patterns to match the SCSS files
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user