0
0
mirror of https://github.com/thegeeklab/retry.git synced 2024-10-22 22:30:38 +00:00
retry/.woodpecker/test.yml

19 lines
303 B
YAML
Raw Normal View History

---
when:
2023-07-25 20:41:38 +00:00
- ref: refs/heads/main
- ref: refs/tags/**
- ref: refs/pull/**
steps:
lint:
group: test
image: docker.io/koalaman/shellcheck-alpine:stable
commands:
- shellcheck ./retry
test:
group: test
image: docker.io/bats/bats
commands:
- bats ./retry.bats