CircleCIにstylelintによるlintを追加
This commit is contained in:
parent
83d0fb3a7a
commit
5d1ffca1ee
@ -57,6 +57,12 @@ jobs:
|
||||
- store_test_results:
|
||||
path: /tmp/php-cs-fixer
|
||||
|
||||
# Run stylelint
|
||||
- run:
|
||||
name: stylelint
|
||||
command: yarn run stylelint
|
||||
when: always
|
||||
|
||||
# Run unit test
|
||||
- run:
|
||||
command: |
|
||||
|
Loading…
Reference in New Issue
Block a user