mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
style: improve code style of SCSS & YAML
This commit is contained in:
10
.github/workflows/style-lint.yml
vendored
10
.github/workflows/style-lint.yml
vendored
@@ -1,15 +1,15 @@
|
||||
name: 'Style Lint'
|
||||
name: "Style Lint"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'production'
|
||||
- 'docs'
|
||||
- "production"
|
||||
- "docs"
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
- "_sass/**/*.scss"
|
||||
pull_request:
|
||||
paths:
|
||||
- '_sass/**/*.scss'
|
||||
- "_sass/**/*.scss"
|
||||
|
||||
jobs:
|
||||
stylelint:
|
||||
|
||||
Reference in New Issue
Block a user