mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 12:57:57 +00:00
workflows/lint: show changes
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
03cdbc4c02
commit
cf2b67375a
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
|||||||
if [ ! -z "$STATUS" ]; then
|
if [ ! -z "$STATUS" ]; then
|
||||||
echo "FAIL: some files are not correctly formatted.";
|
echo "FAIL: some files are not correctly formatted.";
|
||||||
echo "$STATUS"
|
echo "$STATUS"
|
||||||
|
git diff
|
||||||
echo "FAIL: please run 'make indent'";
|
echo "FAIL: please run 'make indent'";
|
||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user