Skip to content

Set up linting for Dockerfile/Markdown/shell #1

Set up linting for Dockerfile/Markdown/shell

Set up linting for Dockerfile/Markdown/shell #1

Triggered via pull request September 23, 2024 14:53
Status Success
Total duration 15s
Artifacts

lint-shell.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
Lint: .devcontainer/openmage/docker-entrypoint.sh#L15
[shellcheck] reported by reviewdog 🐶 Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. Raw Output: ./.devcontainer/openmage/docker-entrypoint.sh:15:26: info: Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. (ShellCheck.SC2295)
Lint: .devcontainer/openmage/docker-entrypoint.sh#L16
[shellcheck] reported by reviewdog 🐶 Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. Raw Output: ./.devcontainer/openmage/docker-entrypoint.sh:16:28: info: Expansions inside ${..} need to be quoted separately, otherwise they match as patterns. (ShellCheck.SC2295)