This commit is contained in:
2024-05-05 10:05:11 -05:00
parent 722d963839
commit 52116ff6c9
6 changed files with 97 additions and 135 deletions

13
pipelines/linter.yml Normal file
View File

@@ -0,0 +1,13 @@
include:
- project: 'developerdurp/yml'
ref: 'main'
file:
- 'jobs/golang.yml'
golang-lint:
extends: .golang-lint
stage: validate
rules:
- if: $CI_MERGE_REQUEST_IID
exists:
- "go.mod"