Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Vagin <avagin@gmail.com>2021-08-14 21:00:05 +0300
committerAndrei Vagin <avagin@gmail.com>2021-09-03 20:31:00 +0300
commitcf2b67375a61cba26638a30be1d566d044d359de (patch)
treef6af050350b557c1767425dbd2df968f010d6dfb /.github
parent03cdbc4c025fc67c84ee393245a4ef8ba7dad22b (diff)
workflows/lint: show changes
Signed-off-by: Andrei Vagin <avagin@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 220fb97ec..50b241e9f 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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