Skip to content

Commit e7d90d2

Browse files
committed
[GitHub][CI] Fix tooling container names
These were accidentally changed in e082220.
1 parent 1b861cb commit e7d90d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
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

0 commit comments

Comments
 (0)