Skip to content

Commit

Permalink
chore: exclude README.md from libevm-delta workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 11, 2024
1 parent a443b1f commit 3754c14
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/libevm-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
git diff --diff-filter=a --word-diff --unified=0 --color=always \
libevm-base \
':(exclude).golangci.yml' \
':(exclude).github/**';
':(exclude).github/**' \
':(exclude)README.md';
- name: git diff libevm-base..main
run: |
git checkout main --;
git diff --diff-filter=a --word-diff --unified=0 --color=always \
libevm-base \
':(exclude).golangci.yml' \
':(exclude).github/**';
':(exclude).github/**' \
':(exclude)README.md';

0 comments on commit 3754c14

Please sign in to comment.