1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-08 09:04:54 +00:00
kontain.me/.github/workflows/ci.yaml
Jason Hall 531c1fb4f7 Add CI
2021-05-26 15:50:22 -04:00

16 lines
258 B
YAML

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 ./...