From 932a53d6d440ac9fe2c8c1c0da411d31028c8257 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 | 2 ++ .gitattributes | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .gitattributes diff --git a/.forgejo/workflows/codegen.yml b/.forgejo/workflows/codegen.yml index 5355b13..60405aa 100644 --- a/.forgejo/workflows/codegen.yml +++ b/.forgejo/workflows/codegen.yml @@ -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 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