Skip to content

(maint) Add ability to specify a ref to compare against #11

(maint) Add ability to specify a ref to compare against

(maint) Add ability to specify a ref to compare against #11

Triggered via pull request February 12, 2024 15:34
Status Success
Total duration 23s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
8s
runner / shellcheck
runner / hadolint
8s
runner / hadolint
runner / misspell
11s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
runner / shellcheck: entrypoint.sh#L17
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:17:-git config --global --add safe.directory $GITHUB_WORKSPACE entrypoint.sh:17:+git config --global --add safe.directory "$GITHUB_WORKSPACE"
runner / shellcheck: entrypoint.sh#L2
[shellcheck] reported by reviewdog 🐶 In POSIX sh, set option pipefail is undefined. [SC3040](https://github.com/koalaman/shellcheck/wiki/SC3040) Raw Output: ./entrypoint.sh:2:9:warning:In POSIX sh, set option pipefail is undefined. [SC3040](https://github.com/koalaman/shellcheck/wiki/SC3040)
runner / shellcheck: entrypoint.sh#L17
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:17:42:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: entrypoint.sh#L47
[shellcheck] reported by reviewdog 🐶 In POSIX sh, echo flags are undefined. [SC3037](https://github.com/koalaman/shellcheck/wiki/SC3037) Raw Output: ./entrypoint.sh:47:12:warning:In POSIX sh, echo flags are undefined. [SC3037](https://github.com/koalaman/shellcheck/wiki/SC3037)