Commit Diff


commit - 86683d4abf533e1258e25180cca000a8d19fc884
commit + 66d541a7680d1704c0522429cc9dce6a32f1be8e
blob - /dev/null
blob + 79961894f31113c777131afa0956306dcba0c4ce (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_sr
+tasks:
+  - format: |
+      cd discord_sr
+      test -z "$(find . -name '*.go' -type f | xargs gofmt -l)"
+  - build: |
+      cd discord_sr
+      make build