Disallow root script run #246
Annotations
1 error and 2 warnings
Build
Process completed with exit code 1.
|
Build:
dochat.sh#L131
[shellcheck] reported by reviewdog 🐶
This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten.
Raw Output:
./dochat.sh:131:38: warning: This $? refers to echo/printf, not a previous command. Assign to variable to avoid it being overwritten. (ShellCheck.SC2320)
|
Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|