From 5d552caf5d4a30f2a1dd4d59c6afe83dfb6ea1dc Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 9 Sep 2024 09:57:55 +0300 Subject: [PATCH] test Signed-off-by: Evgenii Stratonikov --- .forgejo/workflows/codegen.yml | 3 ++- .gitattributes | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .gitattributes diff --git a/.forgejo/workflows/codegen.yml b/.forgejo/workflows/codegen.yml index 5355b13..a46a99e 100644 --- a/.forgejo/workflows/codegen.yml +++ b/.forgejo/workflows/codegen.yml @@ -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 diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index c9f8ada..0000000 --- a/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -rpcclient/*/client.go -diff -merge -rpcclient/*/client.go linguist-generated=true