Skip to content

Commit

Permalink
fix main workflow git changes test
Browse files Browse the repository at this point in the history
  • Loading branch information
steved committed Sep 16, 2024
1 parent 3fbef83 commit b95b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Unit test
run: make test

- run: Check for git changes
- name: Check for git changes
run: git diff --exit-code || { echo "Make sure to commit doc changes"; exit 1 }

publish:
Expand Down

0 comments on commit b95b8b6

Please sign in to comment.