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