mirror of https://github.com/mum4k/termdash.git
Skip licences.
Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
parent
0361d4e3ed
commit
425b8a1a84
|
@ -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 ./...)
|
||||
|
|
Loading…
Reference in New Issue