Skip to content

fix: remove backend #27

fix: remove backend

fix: remove backend #27

Triggered via pull request February 11, 2024 04:14
Status Success
Total duration 41s
Artifacts

reviewdog.yml

on: pull_request
runner / shellcheck
9s
runner / shellcheck
runner / hadolint
9s
runner / hadolint
runner / misspell
18s
runner / misspell
runner / alex
33s
runner / alex
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
runner / shellcheck: entrypoint.sh#L24
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./entrypoint.sh:24:7:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
runner / shellcheck: entrypoint.sh#L24
[shellcheck (suggestion)] reported by reviewdog 🐶 Raw Output: entrypoint.sh:24:- ${INPUT_REVIEWDOG_FLAGS} entrypoint.sh:24:+ "${INPUT_REVIEWDOG_FLAGS}"