We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b44e73b commit 209556dCopy full SHA for 209556d
.github/workflows/clang-format.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run clang-format for the patch
24
run: |
25
- git diff -U0 --no-color origin/${{github.base_ref}}...HEAD | ./clang/tools/clang-format/clang-format-diff.py -p1 -binary clang-format-9 > ./clang-format.patch
+ git diff -U0 --no-color origin/${{github.base_ref}}..HEAD | ./clang/tools/clang-format/clang-format-diff.py -p1 -binary clang-format-9 > ./clang-format.patch
26
27
# Add patch with formatting fixes to CI job artifacts
28
- uses: actions/upload-artifact@v1
0 commit comments