mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-25 13:48:50 +08:00
Skip licences.
Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
parent
0361d4e3ed
commit
425b8a1a84
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
|||||||
- name: Format
|
- name: Format
|
||||||
run: diff -u <(echo -n) <(gofmt -d -s .)
|
run: diff -u <(echo -n) <(gofmt -d -s .)
|
||||||
|
|
||||||
- name: Licences
|
#- name: Licences
|
||||||
run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
|
# run: diff -u <(echo -n) <(./private/scripts/autogen_licences.sh .)
|
||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: diff -u <(echo -n) <(golint ./...)
|
run: diff -u <(echo -n) <(golint ./...)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user