Skip to content

Commit 8744d97

Browse files
committed
Fix names
1 parent 96b0d96 commit 8744d97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-ci-container-tooling.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
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
@@ -54,7 +52,7 @@ jobs:
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:

0 commit comments

Comments
 (0)