Skip to content

Commit 3754c14

Browse files
committed
chore: exclude README.md from libevm-delta workflow
1 parent a443b1f commit 3754c14

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/libevm-delta.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,14 @@ jobs:
2626
git diff --diff-filter=a --word-diff --unified=0 --color=always \
2727
libevm-base \
2828
':(exclude).golangci.yml' \
29-
':(exclude).github/**';
29+
':(exclude).github/**' \
30+
':(exclude)README.md';
3031
3132
- name: git diff libevm-base..main
3233
run: |
3334
git checkout main --;
3435
git diff --diff-filter=a --word-diff --unified=0 --color=always \
3536
libevm-base \
3637
':(exclude).golangci.yml' \
37-
':(exclude).github/**';
38-
38+
':(exclude).github/**' \
39+
':(exclude)README.md';

0 commit comments

Comments
 (0)