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