Skip to content

Commit

Permalink
chore: git diff --color=always
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Sep 12, 2024
1 parent d1047e5 commit 388a230
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/libevm-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ jobs:

- name: git diff libevm-base
run: |
git diff --diff-filter=a --word-diff --unified=0 libevm-base \
git diff --diff-filter=a --word-diff --unified=0 --color=always \
libevm-base \
':(exclude).golangci.yml' \
':(exclude).github/**';
- name: git diff libevm-base..libevm
run: |
git checkout libevm --;
git diff --diff-filter=a --word-diff --unified=0 libevm-base..libevm \
git diff --diff-filter=a --word-diff --unified=0 --color=always \
libevm-base \
':(exclude).golangci.yml' \
':(exclude).github/**';

0 comments on commit 388a230

Please sign in to comment.