diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..de9ca5f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +--- +kind: pipeline +name: coopcloud.tech/xgettext-go +steps: + - name: unit tests + image: golang:1.24 + commands: + - go test -v ./... + +trigger: + action: + exclude: + - synchronized