1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 17:15:12 +00:00
This commit is contained in:
Jason Hall 2021-05-26 15:50:22 -04:00
parent 65823540e4
commit 531c1fb4f7

16
.github/workflows/ci.yaml vendored Normal file
View file

@ -0,0 +1,16 @@
name: CI
on:
pull_request:
branches: ['main']
jobs:
ci:
name: CI
runs-on: ['ubuntu-latest']
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- uses: actions/checkout@v2
- run: go build ./...