shellcheck.yml #33
This workflow graph cannot be shown
A graph will be generated the next time this workflow is run.
Annotations
1 error
|
Invalid workflow file:
.github/workflows/shellcheck.yml#L1
(Line: 20, Col: 9): There's not enough info to determine what you meant. Add one of these properties: run, shell, uses, with, working-directory, (Line: 21, Col: 8): Unexpected value 'shopt -s globstar nullglob
files=(**/*.sh)
if (( ${#files[@]} == 0 )); then
echo "No shell scripts found."
exit 0
fi
shellcheck -x "${files[@]}"'
|