Skip to content

Commit 260cd88

Browse files
committed
Try to make CI work
1 parent 9552857 commit 260cd88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pr-code-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
clang-tablegen-targets \
7777
genconfusable # for "ConfusableIdentifierCheck.h"
7878
79+
- name: Install linter dependencies
80+
run: pip install doc8
81+
7982
- name: Run clang-tidy linter
8083
env:
8184
GITHUB_PR_NUMBER: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)