Commit Diff


commit - a199fa72110633b8ca66349022992b44416370e3
commit + 22d5247abc71dea3bfebb8f535e1992a80b022e6
blob - /dev/null
blob + 8bb32aa83224089a4384be34b727f6d4fa0fc8eb (mode 644)
--- /dev/null
+++ .build.yml
@@ -0,0 +1,16 @@
+image: alpine/edge
+triggers:
+  - action: email
+    condition: failure
+    to: witcher <witcher@wiredspace.de>
+packages:
+  - go
+sources:
+  - https://git.sr.ht/~witcher/discord_covid19
+tasks:
+  - format: |
+      cd discord_covid19
+      test -z "$(find . -name '*.go' -type f | xargs gofmt -l)"
+  - build: |
+      cd discord_covid19
+      make build