commit 66d541a7680d1704c0522429cc9dce6a32f1be8e from: witcher date: Wed May 4 17:24:49 2022 UTC add ci 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 +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