mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -05:00
update
This commit is contained in:
parent
722d963839
commit
52116ff6c9
6 changed files with 97 additions and 135 deletions
13
pipelines/linter.yml
Normal file
13
pipelines/linter.yml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue