We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8e842 commit 6a33321Copy full SHA for 6a33321
.github/workflows/clang-tidy.yml
@@ -40,6 +40,7 @@ jobs:
40
with:
41
ref: ${{ github.event.pull_request.head.ref }}
42
fetch-depth: 0
43
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
44
45
- name: Install clang
46
run: |
0 commit comments