We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README.md
libevm-delta
1 parent a443b1f commit 3754c14Copy full SHA for 3754c14
.github/workflows/libevm-delta.yml
@@ -26,13 +26,14 @@ jobs:
26
git diff --diff-filter=a --word-diff --unified=0 --color=always \
27
libevm-base \
28
':(exclude).golangci.yml' \
29
- ':(exclude).github/**';
+ ':(exclude).github/**' \
30
+ ':(exclude)README.md';
31
32
- name: git diff libevm-base..main
33
run: |
34
git checkout main --;
35
36
37
38
-
39
0 commit comments