[clang-tools-extra] [llvm] [Github][CI] Add `doc8` for clang-tidy documentation formatting (PR #168827)

via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 21 08:18:53 PST 2025


================
@@ -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:

Seems that the container is private, I'll build from my machine and test it soon :)

https://github.com/llvm/llvm-project/pull/168827


More information about the llvm-commits mailing list