Skip to content

Add arguments use

Add arguments use #51

Triggered via push May 6, 2024 05:45
Status Success
Total duration 42s
Artifacts

test.yml

on: push
Install AM 📝
33s
Install AM 📝
Fit to window
Zoom out
Zoom in

Annotations

11 errors
[shellcheck] modules/update.am#L125 <ShellCheck.SC2145>: modules/update.am#L125
Argument mixes string and array. Use * or separate argument.
[shellcheck] modules/update.am#L128 <ShellCheck.SC2145>: modules/update.am#L128
Argument mixes string and array. Use * or separate argument.
[shellcheck] modules/update.am#L141 <ShellCheck.SC2145>: modules/update.am#L141
Argument mixes string and array. Use * or separate argument.
[shellcheck] modules/template.am#L38 <ShellCheck.SC1036>: modules/template.am#L38
'(' is invalid here. Did you forget to escape it?
[shellcheck] modules/template.am#L38 <ShellCheck.SC1088>: modules/template.am#L38
Parsing stopped here. Invalid use of parentheses?
[shellcheck] modules/nolibfuse.am#L14 <ShellCheck.SC1073>: modules/nolibfuse.am#L14
Couldn't parse this if expression. Fix to allow more checks.
[shellcheck] modules/nolibfuse.am#L86 <ShellCheck.SC1036>: modules/nolibfuse.am#L86
'(' is invalid here. Did you forget to escape it?
[shellcheck] modules/nolibfuse.am#L86 <ShellCheck.SC1047>: modules/nolibfuse.am#L86
Expected 'fi' matching previously mentioned 'if'.
[shellcheck] modules/nolibfuse.am#L86 <ShellCheck.SC1072>: modules/nolibfuse.am#L86
Expected 'fi'. Fix any mentioned problems and try again.
[yamllint] .github/workflows/lint-shellcheck.yml#L18: .github/workflows/lint-shellcheck.yml#L18
[error] no new line character at the end of file (new-line-at-end-of-file)