File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
config/vale/styles/config/vocabularies/words Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1010endcapture
1111endfor
1212endraw
13+ env
1314Git[Hh]ub
1415Gitleaks
1516Grype
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ set -euo pipefail
2525# ==============================================================================
2626
2727function main() {
28- echo " IN IT"
2928 cd " $( git rev-parse --show-toplevel) "
3029
3130 check=${check:- working-tree-changes}
@@ -58,7 +57,6 @@ function main() {
5857# Arguments (provided as environment variables):
5958# filter=[git command to filter the files to check]
6059function run-vale-natively() {
61- echo " RUNNING NATIVE"
6260 # shellcheck disable=SC2046
6361 vale \
6462 --config " $PWD /scripts/config/vale/vale.ini" \
@@ -69,7 +67,6 @@ function run-vale-natively() {
6967# Arguments (provided as environment variables):
7068# filter=[git command to filter the files to check]
7169function run-vale-in-docker() {
72- echo " RUNNING DOCKER"
7370 # shellcheck disable=SC1091
7471 source ./scripts/docker/docker.lib.sh
7572
You can’t perform that action at this time.
0 commit comments