diff --git a/.buildkite/cmakecheck.yml b/.buildkite/cmakecheck.yml index 3b6ea9064..1d6a2ed3a 100644 --- a/.buildkite/cmakecheck.yml +++ b/.buildkite/cmakecheck.yml @@ -1,12 +1,12 @@ steps: - - label: 'cmake-lint' + - label: ':cmake: CMake Lint' command: - 'pip install cmakelang' - 'shopt -s globstar' - 'cmake-lint **/CMakeLists.txt **/*.cmake' plugins: - docker#v3.13.0: image: 'python:bullseye' shell: ['/bin/bash', '-e', '-c'] agents: - 'autoscaling=true'