mirror of
https://github.com/thegeeklab/git-sv.git
synced 2024-11-27 00:10:34 +00:00
689ceb2b16
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
21 lines
352 B
YAML
21 lines
352 B
YAML
---
|
|
when:
|
|
- event: [pull_request, tag]
|
|
- event: [push, manual]
|
|
branch:
|
|
- ${CI_REPO_DEFAULT_BRANCH}
|
|
- event: [push]
|
|
branch:
|
|
- renovate/auto/*
|
|
|
|
steps:
|
|
- name: lint
|
|
image: docker.io/library/golang:1.22
|
|
commands:
|
|
- make lint
|
|
|
|
- name: test
|
|
image: docker.io/library/golang:1.22
|
|
commands:
|
|
- make test
|