From 33d5e10784c2f282cdb4562d53f5048c5ee5a9ed Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 3 Dec 2023 19:44:48 -0500 Subject: [PATCH] Add chart linting to CI --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index c348065..5ac2f68 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: