Compare commits
1 Commits
master
...
feature/ci
| Author | SHA1 | Date | |
|---|---|---|---|
|
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
|
||||||
Reference in New Issue
Block a user