mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Use Stylelint directly
This commit is contained in:
parent
da0404f2b5
commit
3802d18204
6 changed files with 11 additions and 22 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
@ -57,3 +57,5 @@ To run the PHP formatter run `make fix-cs`.
|
|||
To run the PHPStan static analysis run `make phpstan`.
|
||||
|
||||
To run the JS linter run `make lint-js`.
|
||||
|
||||
To run the SCSS linter run `make lint-scss`.
|
||||
|
|
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue