Skip to content

Commit

Permalink
Update prepare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth authored Jun 10, 2022
1 parent ae7cd4d commit 263cd5e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 263cd5e

Please sign in to comment.