Skip licences.

Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
Jakub Sobon 2024-01-29 14:50:25 -05:00
parent 0361d4e3ed
commit 425b8a1a84
No known key found for this signature in database
GPG Key ID: F2451A77FB05D3B7
1 changed files with 2 additions and 2 deletions

View File

@ -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 ./...)