mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
workflows/lint: show changes
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
parent
03cdbc4c02
commit
cf2b67375a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
if [ ! -z "$STATUS" ]; then
|
||||
echo "FAIL: some files are not correctly formatted.";
|
||||
echo "$STATUS"
|
||||
git diff
|
||||
echo "FAIL: please run 'make indent'";
|
||||
exit 1;
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue