Add scss-lint to .circleci/config.yml
This commit is contained in:
parent
525d23528d
commit
301f12618b
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Run haml-lint
|
name: Run haml-lint
|
||||||
command: bundle exec haml-lint app/views/
|
command: bundle exec haml-lint app/views/
|
||||||
|
- run:
|
||||||
|
name: Run scss-lint
|
||||||
|
command: bundle exec scss-lint app/assets/stylesheets/
|
||||||
- add_ssh_keys:
|
- add_ssh_keys:
|
||||||
fingerprints:
|
fingerprints:
|
||||||
- "0a:67:42:7d:7e:b7:e1:3c:48:8f:bf:68:10:51:a8:44"
|
- "0a:67:42:7d:7e:b7:e1:3c:48:8f:bf:68:10:51:a8:44"
|
||||||
|
|
Loading…
Add table
Reference in a new issue