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