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 1b861cb commit e7d90d2Copy full SHA for e7d90d2
.github/workflows/build-ci-container-tooling.yml
@@ -32,9 +32,9 @@ jobs:
32
fail-fast: false
33
matrix:
34
include:
35
- - container-name: code-format
+ - container-name: format
36
test-command: 'cd $HOME && clang-format --version | grep version && git-clang-format -h | grep usage && black --version | grep black'
37
- - container-name: code-lint
+ - container-name: lint
38
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
39
steps:
40
- name: Checkout LLVM
0 commit comments