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 b47e970e4e
fix CI
2023-04-26 14:09:35 -04:00

19 lines
314 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.20.x'
- uses: actions/checkout@v3
- run: go build ./...