From 70a82f6e2f8badc7aabd95fcfebb76a7b3421c83 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Wed, 18 May 2022 13:06:50 +0300 Subject: [PATCH] Adding git status check --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e47b1c2..4c6f0b28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,6 +201,7 @@ jobs: branch=${GITHUB_HEAD_REF#refs/heads/} echo ${branch} git checkout ${branch} + git status - name: Create code examples file uses: actions/cache@v2