Skip to content

Commit

Permalink
ci: add lint step
Browse files Browse the repository at this point in the history
Fixes: #2
  • Loading branch information
kofemann committed Nov 4, 2024
1 parent 9c02c4f commit 64e8de8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ variables:
PACKAGE: dcache-0.1.0.tgz

stages:
- test
- package
- upload

lint:
stage: test
image: dtzar/helm-kubectl:latest
script:
- 'helm lint . --debug'

package:
stage: package
image: dtzar/helm-kubectl:latest
Expand Down

0 comments on commit 64e8de8

Please sign in to comment.