Fix clang-tidy not finding changed files on squash-merge commits (#9421)

This commit is contained in:
J. Nick Koston 2025-07-09 16:37:48 -10:00 committed by GitHub
parent e2c60f5384
commit fc59c08800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -344,6 +344,9 @@ jobs:
steps:
- name: Check out code from GitHub
uses: actions/checkout@v4.2.2
with:
# Need history for HEAD~1 to work for checking changed files
fetch-depth: 2
- name: Restore Python
uses: ./.github/actions/restore-python