forked from mirror/logrus
add missing steps
This commit is contained in:
parent
20af659d7c
commit
46c1ef4941
|
@ -12,7 +12,9 @@ jobs:
|
||||||
test_docker:
|
test_docker:
|
||||||
name: testing stuffs
|
name: testing stuffs
|
||||||
container: golang:1.16
|
container: golang:1.16
|
||||||
run: go version
|
steps:
|
||||||
|
- name: do something from docker
|
||||||
|
run: go version
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Golang-CI Lint
|
name: Golang-CI Lint
|
||||||
|
|
Loading…
Reference in New Issue