Add chart linting to CI
continuous-integration/drone/push Build is passing Details

master
Drew Bednar 1 year ago
parent c4aaad1e17
commit 33d5e10784

@ -6,8 +6,16 @@ name: CI Test Pipeline
steps:
- name: Unit Tests
image: python:3.11-bullseye
# Todo add command for lint checks
commands:
- bash -c './scripts/run_unit_tests.sh'
group: test-lint
- name: Lint Chart
image: pelotech/drone-helm3
settings:
mode: lint
chart: ./charts/speech-collect
group: test-lint
trigger:
event:

Loading…
Cancel
Save