From 3481a3ddde816ddf554634f274a5aca376f3e6e3 Mon Sep 17 00:00:00 2001 From: Stefan Baebler Date: Tue, 5 May 2020 06:55:39 +0200 Subject: [PATCH] Check git diff --- .github/workflows/make.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index dfacbe1..3d2a994 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -46,7 +46,7 @@ jobs: run: make # Runs a set of commands using the runners shell - #- name: Run a multi-line script - # run: | - # echo Add other actions to build, - # echo test, and deploy your project. + - name: Check git diff + run: | + git status + git diff