test
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
6b7ce787f4
commit
cb82d2eac8
2 changed files with 2 additions and 3 deletions
|
@ -11,8 +11,9 @@ jobs:
|
|||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.23'
|
||||
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
2
.gitattributes
vendored
|
@ -1,2 +0,0 @@
|
|||
rpcclient/*/client.go -diff -merge
|
||||
rpcclient/*/client.go linguist-generated=true
|
Loading…
Reference in a new issue