update
This commit is contained in:
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"
|
||||
Reference in New Issue
Block a user