From 942391c5083ca98b45c1eca1b0cc6ae14dd0cc76 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Sat, 20 Nov 2021 19:24:03 +0100 Subject: [PATCH] ci: Add .github scripts to shellcheck --- nix/tools/style.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nix/tools/style.nix b/nix/tools/style.nix index 6770f60cd..13adc1b9b 100644 --- a/nix/tools/style.nix +++ b/nix/tools/style.nix @@ -65,7 +65,10 @@ let | xargs ${hlint}/bin/hlint -X QuasiQuotes -X NoPatternSynonyms 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..." ${actionlint}/bin/actionlint