From 2f0da66949c056db7f93357b36a80101e49b887f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 18 Oct 2021 15:18:29 +0300 Subject: [PATCH] shellcheck 2 --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 7c03f01..492a2aa 100644 --- a/.build.yml +++ b/.build.yml @@ -14,8 +14,8 @@ triggers: tasks: - setup: | sudo apt-get purge gcc -y && sudo apt-get autoremove -y - - lint: - cd bazel-zig-cc + - lint: | + cd bazel-zig-cc; shellcheck -x $(awk '/#!\/bin\/(ba)?sh/&&FNR==1{print FILENAME}' $(git ls-files)) - test_list_toolchains: | cd bazel-zig-cc; . .envrc; echo "Available toolchains:"