From 01b0cc6508addd6a1bc20a3a0eaa45505c9af4ed Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Thu, 27 Feb 2025 23:05:25 -0800 Subject: [PATCH] add woodpecker ci --- .woodpecker/test.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .woodpecker/test.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml new file mode 100644 index 0000000..a2d7114 --- /dev/null +++ b/.woodpecker/test.yaml @@ -0,0 +1,14 @@ +when: + - event: push + branch: + - master + - main + - event: pull_request + +steps: + - name: test + image: v1.8.1-erlang-alpine + commands: + - gleam deps download + - gleam test + - gleam format --check src test