shellcheck 2
This commit is contained in:
parent
56493c1427
commit
2f0da66949
@ -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:"
|
||||
|
Loading…
Reference in New Issue
Block a user