diff --git a/.github/linters/ct.yaml b/.github/linters/ct.yaml index a3db7fe1573..780b694e460 100644 --- a/.github/linters/ct.yaml +++ b/.github/linters/ct.yaml @@ -12,4 +12,5 @@ excluded-charts: # If not running on GCE, will error: "Failed to get GCE config" - prometheus-to-sd additional-commands: + - sh -c "if [ -f '{{ .Path }}/ci/lint.sh' ]; then exec bash '{{ .Path }}/ci/lint.sh'; fi" # - helm unittest --helm3 --strict --file unittests/*.yaml --file 'unittests/**/*.yaml' {{ .Path }}