chore: update entrypoint.sh #1007
This check has been archived and is scheduled for deletion.
Learn more about checks retention
GitHub Actions / shellcheck
failed
Dec 29, 2023 in 1s
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (2)
entrypoint.sh|50 col 36| This } is literal. Check expression (missing ;/\n?) or quote it.
entrypoint.sh|51 col 36| This } is literal. Check expression (missing ;/\n?) or quote it.
Filtered Findings (0)
Annotations
Check warning on line 50 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L50 <ShellCheck.SC1083>
This } is literal. Check expression (missing ;/\n?) or quote it.
Raw output
./entrypoint.sh:50:36: warning: This } is literal. Check expression (missing ;/\n?) or quote it. (ShellCheck.SC1083)
Check warning on line 51 in entrypoint.sh
github-actions / shellcheck
[shellcheck] entrypoint.sh#L51 <ShellCheck.SC1083>
This } is literal. Check expression (missing ;/\n?) or quote it.
Raw output
./entrypoint.sh:51:36: warning: This } is literal. Check expression (missing ;/\n?) or quote it. (ShellCheck.SC1083)
Loading