mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
@@ -20,10 +20,10 @@ jobs:
|
||||
id: assert
|
||||
shell: bash
|
||||
run: |
|
||||
set -o pipefail
|
||||
pwd
|
||||
ls -la
|
||||
git config --global --add safe.directory $(pwd)
|
||||
set -o pipefail
|
||||
git branch
|
||||
git diff --exit-code | tee "clang-format.patch"
|
||||
- name: Upload patch
|
||||
if: failure() && steps.assert.outcome == 'failure'
|
||||
|
||||
Reference in New Issue
Block a user