0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-06-02 18:39:41 +02:00
wp-opentofu/.woodpecker/test.yml

18 lines
298 B
YAML
Raw Normal View History

2024-02-05 20:44:47 +01:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: lint
image: docker.io/library/golang:1.22
2024-02-05 20:44:47 +01:00
commands:
- make lint
- name: test
image: docker.io/library/golang:1.22
2024-02-05 20:44:47 +01:00
commands:
- make test