5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-01 10:44:15 +00:00

fix: escape

This commit is contained in:
f 2024-01-08 17:57:04 -03:00
parent bf637bcc5c
commit 3837c92030
No known key found for this signature in database

View file

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