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: