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 2ac3c13 commit 9809e74Copy full SHA for 9809e74
.github/workflows/build-ci-container-tooling.yml
@@ -36,6 +36,9 @@ jobs:
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
38
test-command: 'cd $HOME && clang-tidy --version | grep version && clang-tidy-diff.py -h | grep usage'
39
+
40
+ - container-name: abi-tests
41
+ test-command: 'cd $HOME && abi-compliance-checker --help'
42
steps:
43
- name: Checkout LLVM
44
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments