We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d90d2 commit 96b0d96Copy full SHA for 96b0d96
.github/workflows/build-ci-container-tooling.yml
@@ -33,8 +33,10 @@ jobs:
33
matrix:
34
include:
35
- container-name: format
36
+ target: code-format
37
test-command: 'cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
38
- container-name: lint
39
+ target: code-lint
40
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
41
steps:
42
- name: Checkout LLVM
0 commit comments