mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 23:45:51 +00:00
Compare commits
15 Commits
bthomee/pr
...
ci/a1q1234
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a9d6239ee | ||
|
|
05d8e96bd0 | ||
|
|
fc52d554a7 | ||
|
|
8336a0d915 | ||
|
|
0719c51319 | ||
|
|
74c82707f0 | ||
|
|
d8e91c0d35 | ||
|
|
cadd32fd94 | ||
|
|
850bb47805 | ||
|
|
d92d09a1df | ||
|
|
ef512abbf7 | ||
|
|
c0a83faddf | ||
|
|
257ebca4fe | ||
|
|
313ed535a7 | ||
|
|
de9d050e52 |
4
.github/workflows/clang-format.yml
vendored
4
.github/workflows/clang-format.yml
vendored
@@ -21,6 +21,10 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
set -o pipefail
|
||||
pwd
|
||||
whoami
|
||||
ls -la .git
|
||||
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