Skip to content

Workflow file for this run

on:
release:
types: [created]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: make check
- run: make publish