1

[ci] fix syntax error

This commit is contained in:
Motiejus Jakštys 2021-11-05 20:27:28 +02:00
parent 0837bafbfb
commit c549c095ab

View File

@ -15,7 +15,7 @@ tasks:
- setup: |
sudo apt-get purge gcc -y && sudo apt-get autoremove -y
- lint: |
cd bazel-zig-cc; .envrc
cd bazel-zig-cc; . .envrc
shellcheck -x $(awk '/#!\/bin\/(ba)?sh/&&FNR==1{print FILENAME}' $(git ls-files))
bazel run //:buildifier
git diff --exit-code