diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75e0b1a..bcc22f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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