Skip to content

Commit d7671f0

Browse files
wdconincCopilot
andauthored
fix: clang-tidy: git diff base...head
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ffd9fb4 commit d7671f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
platform-release: "eic_xl:nightly"
7878
run: |
79-
git diff ${{ github.event.pull_request.head.sha }} ${{ github.event.pull_request.base.sha }} | clang-tidy-diff -p 1 -path build -quiet -export-fixes clang_tidy_fixes.yaml
79+
git diff ${{ github.event.pull_request.base.sha }} ${{ github.event.pull_request.head.sha }} | clang-tidy-diff -p 1 -path build -quiet -export-fixes clang_tidy_fixes.yaml
8080
- name: Run clang-tidy on all files
8181
uses: eic/run-cvmfs-osg-eic-shell@main
8282
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)