Add linter workflow and fix reported issues #10
lint.yml
on: pull_request
Hadolint
7s
ShellCheck
9s
MarkdownLint
18s
YamlLint
13s
ActionLint
8s
Annotations
2 errors and 1 warning
ActionLint:
.github/workflows/docker_release.yml#L57
[actionlint] reported by reviewdog 🐶
shellcheck reported issue in this script: SC2086:info:2:43: Double quote to prevent globbing and word splitting [shellcheck]
Raw Output:
.github/workflows/docker_release.yml:57:9: shellcheck reported issue in this script: SC2086:info:2:43: Double quote to prevent globbing and word splitting [shellcheck]
|
ShellCheck
Process completed with exit code 1.
|
ShellCheck:
minecraft-ftb/data/docker-entrypoint.sh#L85
[shellcheck] reported by reviewdog 🐶
ansi_green is referenced but not assigned.
Raw Output:
./minecraft-ftb/data/docker-entrypoint.sh:85:88: warning: ansi_green is referenced but not assigned. (ShellCheck.SC2154)
|