================
@@ -71,25 +71,41 @@ jobs:
-DLLVM_INCLUDE_TESTS=OFF \
-DCLANG_INCLUDE_TESTS=OFF \
-DCMAKE_BUILD_TYPE=Release
-
+
ninja -C build \
clang-tablegen-targets \
genconfusable # for "ConfusableIdentifierCheck.h"
- - name: Run code linter
+ - name: Install linter dependencies
+ run: pip install doc8 --break-system-packages
----------------
zeyi2 wrote:
> I pushed
> https://github.com/orgs/llvm/packages/container/package/ci-ubuntu-24.04-lint-doc8,
> you can now use it in CI
Thanks a lot!
https://github.com/llvm/llvm-project/pull/168827
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits