fix: sbin deploy and docs #9064
style.yml
on: pull_request
cpplint
59s
detect-secrets
2m 19s
shellcheck
16s
pylint
2m 15s
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/
|