Skip to content

Commit

Permalink
Exit if no diff
Browse files Browse the repository at this point in the history
  • Loading branch information
nworb-cire committed Sep 18, 2023
1 parent 31202dc commit 40a0ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v3
- run: |
bash generate_stubs.sh
git diff --exit-code --quiet && exit 0
git config user.name github-actions
git config user.email [email protected]
git add *.pyi
Expand Down

0 comments on commit 40a0ed6

Please sign in to comment.