Compare commits

...

1 Commits

Author SHA1 Message Date
7d098e6b92
add woodpecker ci
Some checks failed
ci/woodpecker/push/test Pipeline failed
2025-02-27 23:06:40 -08:00

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