5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-05-17 22:40:49 +00:00

ci: instalar gemas [skip ci]

This commit is contained in:
f 2024-05-02 15:54:54 -03:00
parent 4f12d12118
commit 9c0ea76c21
No known key found for this signature in database

View file

@ -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}}"