test
Some checks failed
DCO action / DCO (pull_request) Failing after 22s
Code generation / Generate wrappers (pull_request) Failing after 1m0s
Tests / Tests (pull_request) Successful in 1m13s

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 6b7ce787f4
commit cb82d2eac8
2 changed files with 2 additions and 3 deletions

View file

@ -11,8 +11,9 @@ jobs:
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: '1.23' go-version: '1.23'
cache: true
- name: Generate wrappers - name: Generate wrappers
run: make generate-wrappers run: make generate-wrappers
- name:
run: git diff HEAD
- name: Check that nothing has changed - name: Check that nothing has changed
run: git diff-index --exit-code HEAD 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