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