Skip to content

fix: sbin deploy and docs #9064

fix: sbin deploy and docs

fix: sbin deploy and docs #9064

Triggered via pull request January 11, 2024 11:21
Status Failure
Total duration 2m 28s
Artifacts

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 3 warnings
shellcheck
Process completed with exit code 1.
pylint
Process completed with exit code 2.
shellcheck: release/sbin/openmldb-cli.sh#L23
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./release/sbin/openmldb-cli.sh:23:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: release/sbin/openmldb-cli.sh#L23
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./release/sbin/openmldb-cli.sh:23:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
cpplint
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/