mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 12:06:21 +00:00
ci: instalar gemas [skip ci]
This commit is contained in:
parent
4f12d12118
commit
9c0ea76c21
1 changed files with 4 additions and 0 deletions
|
@ -185,9 +185,13 @@ tasks:
|
|||
- "test -f ../hain/usr/bin/bundler-audit"
|
||||
rubocop:
|
||||
desc: "Ruby linting"
|
||||
deps:
|
||||
- "gems"
|
||||
cmds:
|
||||
- "./bin/modified_files | ./bin/with_extension rb | xargs -r {{.HAINISH}} bundle exec rubocop {{.CLI_ARGS}}"
|
||||
haml-lint:
|
||||
desc: "HAML linting"
|
||||
deps:
|
||||
- "gems"
|
||||
cmds:
|
||||
- "./bin/modified_files | ./bin/with_extension haml | xargs -r {{.HAINISH}} bundle exec haml-lint {{.CLI_ARGS}}"
|
||||
|
|
Loading…
Reference in a new issue