1
0
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:
Cotes Chung
2023-03-16 03:36:52 +08:00
parent 02b7bd5095
commit 3c7934abf0
12 changed files with 181 additions and 117 deletions

View File

@@ -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: