1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Use Stylelint directly

This commit is contained in:
Yassine Guedidi 2025-02-15 00:23:46 +01:00
parent da0404f2b5
commit 3802d18204
6 changed files with 11 additions and 22 deletions

View file

@ -73,3 +73,6 @@ jobs:
- name: "Run ESLint"
run: "yarn lint:js"
- name: "Run Stylelint"
run: "yarn lint:scss"