mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 16:36: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:
|
||||
- "apk add go-task"
|
||||
script:
|
||||
- "./bin/modified_files | grep \"\.rb$$\" | xargs go-task bundle -- exec rubocop"
|
||||
- "./bin/modified_files | grep .rb | xargs go-task bundle -- exec rubocop"
|
||||
haml:
|
||||
stage: "lint"
|
||||
rules:
|
||||
|
@ -55,4 +55,4 @@ haml:
|
|||
before_script:
|
||||
- "apk add go-task"
|
||||
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