mirror of
https://github.com/irssi/irssi.git
synced 2026-08-18 16:12:30 +02:00
empty is also good
This commit is contained in:
parent
3d3305a893
commit
0548bb1a3c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/clangformat.yml
vendored
2
.github/workflows/clangformat.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
run:
|
run:
|
||||||
|
|
|
|
||||||
git-clang-format-9 --diff FETCH_HEAD HEAD | tee git-clang-format.diff
|
git-clang-format-9 --diff FETCH_HEAD HEAD | tee git-clang-format.diff
|
||||||
cmp -s <(echo no modified files to format) git-clang-format.diff
|
cmp -s <(echo no modified files to format) git-clang-format.diff || cmp -s <(echo -n) git-clang-format.diff
|
||||||
- uses: actions/upload-artifact@v1
|
- uses: actions/upload-artifact@v1
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue