add woodpecker ci
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Yuri Tatishchev 2025-02-27 23:05:25 -08:00
parent 1deb18ef22
commit 7d098e6b92
Signed by: CaZzzer
GPG Key ID: E0EBF441EA424369

15
.woodpecker/test.yaml Normal file
View File

@ -0,0 +1,15 @@
when:
- event: push
branch:
- master
- main
- feature/ci
- event: pull_request
steps:
- name: test
image: ghcr.io/gleam-lang/gleam:v1.8.1-erlang-alpine
commands:
- gleam deps download
- gleam test
- gleam format --check src test