1
Fork 0

shellcheck + email on failure

This commit is contained in:
Motiejus Jakštys 2021-10-18 15:15:50 +03:00
parent d9dbca2c63
commit 56493c1427
1 changed files with 5 additions and 0 deletions

View File

@ -2,10 +2,15 @@ image: debian/testing
packages:
- direnv
- file
- shellcheck
sources:
- https://git.sr.ht/~motiejus/bazel-zig-cc
environment:
CC: /usr/bin/false
triggers:
- action: email
condition: failure
to: motiejus+srht@jakstys.lt
tasks:
- setup: |
sudo apt-get purge gcc -y && sudo apt-get autoremove -y