ci: Add .github scripts to shellcheck
This commit is contained in:
committed by
Wolfgang Walther
parent
f333305491
commit
942391c508
+4
-1
@@ -65,7 +65,10 @@ let
|
|||||||
| xargs ${hlint}/bin/hlint -X QuasiQuotes -X NoPatternSynonyms
|
| xargs ${hlint}/bin/hlint -X QuasiQuotes -X NoPatternSynonyms
|
||||||
|
|
||||||
echo "Linting bash scripts..."
|
echo "Linting bash scripts..."
|
||||||
${shellcheck}/bin/shellcheck test/with_tmp_db
|
${shellcheck}/bin/shellcheck \
|
||||||
|
.github/get_cirrusci_freebsd \
|
||||||
|
.github/release \
|
||||||
|
test/with_tmp_db
|
||||||
|
|
||||||
echo "Linting workflows..."
|
echo "Linting workflows..."
|
||||||
${actionlint}/bin/actionlint
|
${actionlint}/bin/actionlint
|
||||||
|
|||||||
Reference in New Issue
Block a user