bug: validate-contribution lint job missing tool setup steps
@aRustyDev ci sta già lavorando.
Dal 27/1/2026.
Valutazione
Questa issue non è ancora stata valutata.
Descrizione
Problem
The atomic-release-validate-contribution.yml reusable workflow has a lint_setup_steps input parameter that is defined but never used. The lint job runs lint_command directly without any setup, causing failures when the command requires tools that aren't pre-installed.
Current Implementation
inputs:
lint_setup_steps:
description: 'JSON array of setup steps to run before linting'
required: false
type: string
default: '[]'
But the lint job never references this input:
lint:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run lint command # No setup steps\!
run: |
eval "${{ inputs.lint_command }}"
Impact
When lint_command is ct lint --config ct.yaml, the job fails with:
##[error]Process completed with exit code 127.
(command not found)
Workaround
Consumers must implement their own local lint job with proper setup:
azure/setup-helm@v4actions/setup-python@v6helm/chart-testing-action@v2.7.0
Proposed Fix
Either:
- Implement
lint_setup_steps: Parse the JSON array and run setup actions before lint - Remove the input: If setup can't be dynamic, remove the misleading parameter
- Document the limitation: Clearly state that
lint_commandmust use pre-installed tools
Discovered
- E2E-1 testing on 2026-01-26
- Consumer: aRustyDev/helm-charts
- Lingua principale
- Shell
- Stelle
- 0
- Fork
- 0
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Altre issue di aRustyDev/gh
-
dependencies github-actions
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 10/100
-
dependencies github-actions
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 15/100
-
dependencies github-actions
Difficoltà 1/5 Meno di un'ora Idoneità per principianti 50/100
-
dependencies github-actions
Difficoltà 2/5 1-3 ore Idoneità per principianti 20/100
-
dependencies github-actions
Difficoltà 2/5 1-3 ore Idoneità per principianti 10/100
Tutte le issue di aRustyDev/gh
Issue simili
-
Bob Shell support Apertaenhancement
Difficoltà 2/5 1-3 ore Idoneità per principianti 65/100
-
tooling
Difficoltà 2/5 1-3 ore Idoneità per principianti 75/100
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
openSUSE/python-rpm-macros#219 ·
-
Difficoltà 2/5 1-3 ore Idoneità per principianti 70/100
YunoHost-Apps/adguardhome_ynh#258 ·
-
steam-short-session-tracker: incorrect registry backup path resets settings during automatic repair Aperta
Difficoltà 2/5 1-3 ore Idoneità per principianti 80/100
ValveSoftware/SteamOS#2829 ·