Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions devops/actions/clang-format/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ runs:
shell: bash {0}
run: |
git config --global --add safe.directory /__w/llvm/llvm
git fetch origin sycl
git clang-format ${GITHUB_SHA}
git clang-format ${{ github.event.pull_request.base.sha }}
git diff > ./clang-format.patch
# Add patch with formatting fixes to CI job artifacts
- uses: actions/upload-artifact@v1
Expand Down