mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-08-23 22:16:33 +00:00
🚦 Add CircleCI configuration to lint this Helm chart
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
version: 2.1
|
||||
jobs:
|
||||
setup:
|
||||
docker:
|
||||
- image: twuni/helm:3.4.1
|
||||
steps:
|
||||
- checkout
|
||||
lint:
|
||||
docker:
|
||||
- image: twuni/helm:3.4.1
|
||||
steps:
|
||||
- run:
|
||||
command: helm lint --strict
|
||||
name: lint
|
||||
workflows:
|
||||
version: 2
|
||||
test:
|
||||
jobs:
|
||||
- setup
|
||||
- lint:
|
||||
requires:
|
||||
- setup
|
||||
Reference in New Issue
Block a user