diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6fc0836..4416768 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,8 +41,8 @@ jobs: - name: Format run: diff -u <(echo -n) <(gofmt -d -s .) - - name: Licences - run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .) + #- name: Licences + # run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .) - name: Lint run: diff -u <(echo -n) <(golint ./...)