add missing steps

This commit is contained in:
David Bariod 2021-04-22 16:05:14 +02:00
parent 20af659d7c
commit 46c1ef4941
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ jobs:
test_docker:
name: testing stuffs
container: golang:1.16
run: go version
steps:
- name: do something from docker
run: go version
lint:
name: Golang-CI Lint