forked from mirror/logrus
testing stuffs with github actions
This commit is contained in:
parent
fdf1618bf7
commit
20af659d7c
|
@ -9,6 +9,10 @@ on:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
test_docker:
|
||||||
|
name: testing stuffs
|
||||||
|
container: golang:1.16
|
||||||
|
run: go version
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
name: Golang-CI Lint
|
name: Golang-CI Lint
|
||||||
|
|
Loading…
Reference in New Issue