File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3333 matrix :
3434 include :
3535 - container-name : format
36- target : code-format
3736 test-command : ' cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
3837 - container-name : lint
39- target : code-lint
4038 test-command : ' cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
4139 steps :
4240 - name : Checkout LLVM
5452 with :
5553 container-name : ci-ubuntu-24.04-${{ matrix.container-name }}
5654 dockerfile : .github/workflows/containers/github-action-ci-tooling/Dockerfile
57- target : ci-container-${{ matrix.container-name }}
55+ target : ci-container-code- ${{ matrix.container-name }}
5856 test-command : ${{ matrix.test-command }}
5957
6058 push-ci-container :
You can’t perform that action at this time.
0 commit comments