add woodpecker ci
This commit is contained in:
parent
1deb18ef22
commit
01b0cc6508
14
.woodpecker/test.yaml
Normal file
14
.woodpecker/test.yaml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user