From 263cd5eaadb819c546409d6823f53885ede2b90d Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Fri, 10 Jun 2022 13:30:31 +0200 Subject: [PATCH] Update prepare.yml --- .github/workflows/prepare.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index c2cd0f0b..4b3cac7c 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -27,6 +27,10 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 + - name: check which git version is installed + run: git version + - name: list contents + run: ls -al - name: Check if documentation is up-to-date run: generate-docs.sh && git diff --exit-code HEAD - name: Check readme