1

shellcheck 2

This commit is contained in:
Motiejus Jakštys 2021-10-18 15:18:29 +03:00
parent 56493c1427
commit 2f0da66949

View File

@ -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:"