Skip to content

Commit

Permalink
[CI] Introduce interface for additional lint tasks (prometheus-commun…
Browse files Browse the repository at this point in the history
…ity#3987)

Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
Co-authored-by: Quentin Bisson <quentin.bisson@gmail.com>
  • Loading branch information
2 people authored and Matiasmct committed Mar 20, 2024
1 parent 0e53bfc commit f8a8652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/linters/ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit f8a8652

Please sign in to comment.