CircleCIにstylelintによるlintを追加

This commit is contained in:
eai04191 2019-03-10 19:09:20 +09:00
parent 83d0fb3a7a
commit 5d1ffca1ee
1 changed files with 6 additions and 0 deletions

View File

@ -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: |