testing stuffs with github actions

This commit is contained in:
David Bariod 2021-04-22 16:02:51 +02:00
parent fdf1618bf7
commit 20af659d7c
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ on:
- master
jobs:
test_docker:
name: testing stuffs
container: golang:1.16
run: go version
lint:
name: Golang-CI Lint