bug: validate-contribution lint job missing tool setup steps
@aRustyDev is already working on this.
Since Jan 27, 2026.
Assessment
This issue has not been assessed yet.
Description
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
- Dominant language
- Shell
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from aRustyDev/gh
-
dependencies github-actions
Difficulty 1/5 Under an hour Newbie friendliness 10/100
-
dependencies github-actions
Difficulty 1/5 Under an hour Newbie friendliness 15/100
-
dependencies github-actions
Difficulty 1/5 Under an hour Newbie friendliness 50/100
-
dependencies github-actions
Difficulty 2/5 1-3 hours Newbie friendliness 20/100
-
dependencies github-actions
Difficulty 2/5 1-3 hours Newbie friendliness 10/100
Similar issues
-
Bob Shell support Openenhancement
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
tooling
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
openSUSE/python-rpm-macros#219 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
YunoHost-Apps/adguardhome_ynh#258 ·
-
steam-short-session-tracker: incorrect registry backup path resets settings during automatic repair Open
Difficulty 2/5 1-3 hours Newbie friendliness 80/100
ValveSoftware/SteamOS#2829 ·