chore: add dependencies vendor #135
checks.yaml
on: pull_request
Matrix: Build and tests
Run black-desk/checks
55s
Pass
1s
Annotations
2 errors and 4 warnings
Run black-desk/checks:
external/spdlog/scripts/ci_setup_clang.sh#L8
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
external/spdlog/scripts/ci_setup_clang.sh:8:-apt-get install -y libc++-${VERSION}-dev libc++abi-${VERSION}-dev
external/spdlog/scripts/ci_setup_clang.sh:8:+apt-get install -y libc++-"${VERSION}"-dev libc++abi-"${VERSION}"-dev
|
Run black-desk/checks:
external/spdlog/scripts/ci_setup_clang.sh#L11
[shellcheck (suggestion)] reported by reviewdog 🐶
Raw Output:
external/spdlog/scripts/ci_setup_clang.sh:11:- apt-get install -y --no-install-recommends libunwind-${VERSION}-dev
external/spdlog/scripts/ci_setup_clang.sh:11:+ apt-get install -y --no-install-recommends libunwind-"${VERSION}"-dev
|
Run black-desk/checks:
external/spdlog/scripts/format.sh#L3
[shellcheck] reported by reviewdog 🐶
Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
Raw Output:
./external/spdlog/scripts/format.sh:3:1:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
|
Run black-desk/checks:
external/spdlog/scripts/ci_setup_clang.sh#L8
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./external/spdlog/scripts/ci_setup_clang.sh:8:27:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
Run black-desk/checks:
external/spdlog/scripts/ci_setup_clang.sh#L8
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./external/spdlog/scripts/ci_setup_clang.sh:8:52:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|
Run black-desk/checks:
external/spdlog/scripts/ci_setup_clang.sh#L11
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Raw Output:
./external/spdlog/scripts/ci_setup_clang.sh:11:58:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
|