0
0
mirror of https://github.com/thegeeklab/wp-s3-action.git synced 2024-11-14 20:20:39 +00:00
wp-s3-action/.woodpecker/test.yml
renovate[bot] 88b8239db0
chore(deps): update golang patch version (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-08 01:10:50 +00:00

18 lines
302 B
YAML

---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
steps:
- name: lint
image: docker.io/library/golang:1.23.3
commands:
- make lint
- name: test
image: docker.io/library/golang:1.23.3
commands:
- make test