Skip to content

Commit 96b0d96

Browse files
committed
Fix target name
1 parent e7d90d2 commit 96b0d96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
matrix:
3434
include:
3535
- container-name: format
36+
target: code-format
3637
test-command: 'cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
3738
- container-name: lint
39+
target: code-lint
3840
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
3941
steps:
4042
- name: Checkout LLVM

0 commit comments

Comments
 (0)