test
Some checks failed
DCO action / DCO (pull_request) Failing after 23s
Tests / Tests (pull_request) Successful in 1m12s
Code generation / Generate wrappers (pull_request) Successful in 1m16s

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-09-09 09:57:55 +03:00
parent c66b166f94
commit 932a53d6d4
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,7 @@ jobs:
cache: true
- name: Generate wrappers
run: make generate-wrappers
- name:
run: git diff HEAD
- name: Check that nothing has changed
run: git diff-index --exit-code HEAD

2
.gitattributes vendored
View file

@ -1,2 +0,0 @@
rpcclient/*/client.go -diff -merge
rpcclient/*/client.go linguist-generated=true