Add CSS linting to CI
This commit is contained in:
parent
27714cb8fb
commit
e411ceab5a
3 changed files with 5 additions and 10 deletions
|
@ -57,3 +57,7 @@ jobs:
|
|||
|
||||
- script: 'yarn run lint'
|
||||
displayName: 'Run ESLint'
|
||||
|
||||
- script: |
|
||||
yarn run stylelint
|
||||
displayName: 'Run stylelint'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue