Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
ENH: print diff with color
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Mar 12, 2024
1 parent d23ca4b commit 6dbba3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ runs:
- run: update-pip-constraints --color
shell: bash

- name: Show diff
run: git diff --unified=0
- name: Show git diff
run: git diff --color --unified=0
shell: bash

- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6dbba3d

Please sign in to comment.