File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 fail-fast : false
3333 matrix :
3434 include :
35- - container-name : code- format
35+ - container-name : format
3636 test-command : ' cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
37- - container-name : code- lint
37+ - container-name : lint
3838 test-command : ' cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
3939 steps :
4040 - name : Checkout LLVM
5252 with :
5353 container-name : ci-ubuntu-24.04-${{ matrix.container-name }}
5454 dockerfile : .github/workflows/containers/github-action-ci-tooling/Dockerfile
55- target : ci-container-${{ matrix.container-name }}
55+ target : ci-container-code- ${{ matrix.container-name }}
5656 test-command : ${{ matrix.test-command }}
5757
5858 push-ci-container :
You can’t perform that action at this time.
0 commit comments