Skip to content

Update dependencies

Update dependencies #5

Triggered via pull request June 21, 2025 03:55
Status Success
Total duration 11s
Artifacts

lint-shell.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 warnings
Lint: .devcontainer/openmage/install.sh#L58
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./.devcontainer/openmage/install.sh:58:29: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: .devcontainer/openmage/install.sh#L58
[shellcheck] reported by reviewdog 🐶 Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. Raw Output: ./.devcontainer/openmage/install.sh:58:22: info: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. (ShellCheck.SC2116)
Lint: .devcontainer/openmage/install.sh#L57
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. Raw Output: ./.devcontainer/openmage/install.sh:57:17: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
Lint: .devcontainer/openmage/install.sh#L57
[shellcheck] reported by reviewdog 🐶 Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. Raw Output: ./.devcontainer/openmage/install.sh:57:10: info: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'. (ShellCheck.SC2116)