We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd9fb4 commit d7671f0Copy full SHA for d7671f0
.github/workflows/linux-eic-shell.yml
@@ -76,7 +76,7 @@ jobs:
76
with:
77
platform-release: "eic_xl:nightly"
78
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
+ 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
80
- name: Run clang-tidy on all files
81
uses: eic/run-cvmfs-osg-eic-shell@main
82
if: ${{ github.event_name == 'push' }}
0 commit comments