1
0
Fork 0
mirror of https://github.com/imjasonh/kontain.me synced 2026-07-18 06:40:04 +00:00
kontain.me/.github/workflows/ci.yaml
2023-04-26 09:46:00 -04: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.20
- uses: actions/checkout@v3
- run: go build ./...