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 9552857 commit 8fc6300Copy full SHA for 8fc6300
.github/workflows/pr-code-lint.yml
@@ -76,6 +76,9 @@ jobs:
76
clang-tablegen-targets \
77
genconfusable # for "ConfusableIdentifierCheck.h"
78
79
+ - name: Install linter dependencies
80
+ run: pip install doc8 --break-system-packages
81
+
82
- name: Run clang-tidy linter
83
env:
84
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}
0 commit comments