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