Compare commits

...

3 Commits

Author SHA1 Message Date
David Bariod 7979cfec5c add missing runs-on 2021-04-22 16:08:47 +02:00
David Bariod 46c1ef4941 add missing steps 2021-04-22 16:05:14 +02:00
David Bariod 20af659d7c testing stuffs with github actions 2021-04-22 16:02:51 +02:00
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ on:
- master
jobs:
test_docker:
name: testing stuffs
runs-on: ubuntu-latest
container: golang:1.16
steps:
- name: do something from docker
run: go version
lint:
name: Golang-CI Lint