mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 22:46:22 +00:00
fix: escape
This commit is contained in:
parent
bf637bcc5c
commit
3837c92030
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ rubocop:
|
||||||
before_script:
|
before_script:
|
||||||
- "apk add go-task"
|
- "apk add go-task"
|
||||||
script:
|
script:
|
||||||
- "./bin/modified_files | grep \"\.rb$$\" | xargs go-task bundle -- exec rubocop"
|
- "./bin/modified_files | grep .rb | xargs go-task bundle -- exec rubocop"
|
||||||
haml:
|
haml:
|
||||||
stage: "lint"
|
stage: "lint"
|
||||||
rules:
|
rules:
|
||||||
|
@ -55,4 +55,4 @@ haml:
|
||||||
before_script:
|
before_script:
|
||||||
- "apk add go-task"
|
- "apk add go-task"
|
||||||
script:
|
script:
|
||||||
- "./bin/modified_files | grep \"\.haml$$\" | xargs go-task bundle -- exec haml-lint"
|
- "./bin/modified_files | grep .haml | xargs go-task bundle -- exec haml-lint"
|
||||||
|
|
Loading…
Reference in a new issue