0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-06-02 17:39:39 +02:00
git-sv/.woodpecker/test.yml

21 lines
352 B
YAML
Raw Normal View History

2023-10-12 16:18:25 +02:00
---
when:
- event: [pull_request, tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
2024-02-05 08:58:30 +01:00
- event: [push]
branch:
2024-02-07 09:10:12 +01:00
- renovate/auto/*
2023-10-12 16:18:25 +02:00
steps:
- name: lint
image: docker.io/library/golang:1.22
2023-10-12 16:18:25 +02:00
commands:
- make lint
- name: test
image: docker.io/library/golang:1.22
2023-10-12 16:18:25 +02:00
commands:
- make test