Skip to content

Commit

Permalink
Change git diff printing in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Apr 22, 2024
1 parent 075ef3c commit 8adbeb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pip-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
pip-compile requirements/dev-requirements.in
- name: List changes
run: git diff --exit-code
run: |
git status
git diff

0 comments on commit 8adbeb8

Please sign in to comment.