~xenrox/syncthing-status

3922888a4501bb7298dd1cd4233846b8e15d5d58 — Thorben Günther 2 years ago a349a92 0.1.0
CI: Add build file
2 files changed, 14 insertions(+), 0 deletions(-)

A .build.yml
M README.md
A .build.yml => .build.yml +12 -0
@@ 0,0 1,12 @@
image: archlinux
packages:
  - go
sources:
  - https://git.xenrox.net/~xenrox/syncthing-status
tasks:
  - test: |
      cd syncthing-status
      go test -v ./...
  - gofmt: |
      cd syncthing-status
      test -z $(gofmt -l .)

M README.md => README.md +2 -0
@@ 1,3 1,5 @@
# syncthing-status

[![builds.sr.ht status](https://builds.xenrox.net/~xenrox/syncthing-status/commits.svg)](https://builds.xenrox.net/~xenrox/syncthing-status/commits?)

Outputs syncthing status as json for easy processing.