(maint) Add ability to specify a ref to compare against #5
Annotations
4 errors and 7 warnings
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"
|
entrypoint.sh#L40
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:40:- FILES="$(git diff origin/${INPUT_BASE_REF} --name-only | ghglob ${INPUT_PATTERNS})"
entrypoint.sh:40:+ FILES="$(git diff origin/"${INPUT_BASE_REF}" --name-only | ghglob "${INPUT_PATTERNS}")"
|
entrypoint.sh#L42
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:42:- FILES="$(git diff origin/${GITHUB_BASE_REF} --name-only | ghglob ${INPUT_PATTERNS})"
entrypoint.sh:42:+ FILES="$(git diff origin/"${GITHUB_BASE_REF}" --name-only | ghglob "${INPUT_PATTERNS}")"
|
entrypoint.sh#L44
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
entrypoint.sh:44:- FILES="$(git ls-files | ghglob ${INPUT_PATTERNS})"
entrypoint.sh:44:+ FILES="$(git ls-files | ghglob "${INPUT_PATTERNS}")"
|
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)
|
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)
|
entrypoint.sh#L40
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:40:28:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L40
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:40:67:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L42
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:42:28:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L42
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:42:68:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
entrypoint.sh#L44
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./entrypoint.sh:44:34:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
The logs for this run have expired and are no longer available.
Loading