fast_finish: true
This commit is contained in:
parent
8f9a1881a4
commit
87edf71e93
@ -18,4 +18,7 @@ script:
|
||||
- shellcheck -e SC2021,SC2126,SC2034 **/*.sh && echo "shellcheck OK"
|
||||
- ~/shfmt -l -w -i 2 . && echo "shfmt OK" || git diff --exit-code || (echo "Run shfmt to fix the formatting issues" && false)
|
||||
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user