Skip to content
Snippets Groups Projects
Unverified Commit fdb5c7da authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

fix: spelling on golangci-lint include

parent 3ccdf399
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -4,14 +4,14 @@ This project includes reuseable GitLab-CI jobs for the GitLab Dedicated Project
 
## CI Jobs
 
### `golang_ci_lint`
### `golangci_lint`
 
* Stage: `verify`
* Stage: `validate`
* Required Environment Variables: `GL_ASDF_GOLANGCI_LINT_VERSION`
 
```yaml
include:
- project: 'gitlab-com/gl-infra/gitlab-dedicated/gitlab-ci-tools'
ref: main
file: 'golang-ci-lint.yml'
file: 'golangci-lint.yml'
```
Loading
Loading
@@ -2,10 +2,10 @@
#
# Note:
# * Requires the variable GL_ASDF_GOLANGCI_LINT_VERSION to be set
# * Runs in the verify stage
# * Runs in the validate stage
 
golang_ci_lint:
stage: verify
golangci_lint:
stage: validate
image:
name: golangci/golangci-lint:v${GL_ASDF_GOLANGCI_LINT_VERSION}-alpine
entrypoint: ["/bin/sh", "-c"]
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment