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