mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-25 13:48:50 +08:00
Remove goveralls and licences.
Signed-off-by: Jakub Sobon <mumak@google.com>
This commit is contained in:
parent
425b8a1a84
commit
d2e8044618
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@ -41,11 +41,5 @@ jobs:
|
|||||||
- name: Format
|
- name: Format
|
||||||
run: diff -u <(echo -n) <(gofmt -d -s .)
|
run: diff -u <(echo -n) <(gofmt -d -s .)
|
||||||
|
|
||||||
#- name: Licences
|
|
||||||
# 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 ./...)
|
||||||
|
|
||||||
- name: Coverage
|
|
||||||
run: $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user