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 f2214a0 commit 65da01bCopy full SHA for 65da01b
.github/workflows/clang-format.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Run clang-format for the patch
23
run: |
24
- 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
25
26
# Add patch with formatting fixes to CI job artifacts
27
- uses: actions/upload-artifact@v1
0 commit comments