We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lint all bash line scripts contained in Github worflows run section.
run
use yq to extract run section, for example:
for yaml in .github/workflows/*yml ; do echo shellcheck <(yq '.jobs[].steps[] | select(.run != null) | .run' $yaml) done
env
The text was updated successfully, but these errors were encountered:
lepapareil
No branches or pull requests
Problem to solve
Lint all bash line scripts contained in Github worflows
run
section.Proposal
use yq to extract
run
section, for example:Tasks to complete
run
section, instead preferenv
sectionThe text was updated successfully, but these errors were encountered: