add woodpecker ci

This commit is contained in:
2025-02-27 23:05:25 -08:00
parent 1deb18ef22
commit 01b0cc6508

14
.woodpecker/test.yaml Normal file
View File

@@ -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