mirror of
https://github.com/truecharts/charts.git
synced 2026-07-06 15:41:22 -03:00
fix(ci): use correct clustertool binary reference
This commit is contained in:
2
.github/workflows/charts-lint.yaml
vendored
2
.github/workflows/charts-lint.yaml
vendored
@@ -122,7 +122,7 @@ jobs:
|
||||
charts_path: "./"
|
||||
run: |
|
||||
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
|
||||
./temp/clustertool-bin deps ${CHANGED}
|
||||
./temp/clustertool deps ${CHANGED}
|
||||
|
||||
- name: Run Chart Linting
|
||||
continue-on-error: true
|
||||
|
||||
@@ -35,7 +35,7 @@ repos:
|
||||
- id: requirements-txt-fixer # sorts entries in requirements.txt.
|
||||
exclude: ^archive/
|
||||
- id: check-added-large-files # prevents giant files from being committed.
|
||||
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$|clustertool-bin$
|
||||
exclude: \.(png|jpg|jpeg|svg|yaml|yml|tpl|md)$
|
||||
- id: check-yaml # checks yaml files for parseable syntax.
|
||||
exclude: (^archive|^website\/public|templates\/.*|crds\/.*|questions.yaml|chart_schema.yaml|common-test\/.*\.yaml|^clustertool)
|
||||
- id: detect-private-key # detects the presence of private keys.
|
||||
|
||||
Reference in New Issue
Block a user