forked from wallabag/wallabag
Use Stylelint directly
This commit is contained in:
3
.github/workflows/coding-standards.yml
vendored
3
.github/workflows/coding-standards.yml
vendored
@ -73,3 +73,6 @@ jobs:
|
||||
|
||||
- name: "Run ESLint"
|
||||
run: "yarn lint:js"
|
||||
|
||||
- name: "Run Stylelint"
|
||||
run: "yarn lint:scss"
|
||||
|
||||
Reference in New Issue
Block a user