1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-09 17:38:33 +00:00
kontain.me/.github/workflows/ci.yaml
2021-12-06 12:30:43 -05:00

19 lines
310 B
YAML

name: CI
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
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 ./...