Skip to content

test: Add CI worfklow and example test #1

test: Add CI worfklow and example test

test: Add CI worfklow and example test #1

Workflow file for this run

name: go
on:
push:
branches:
- main
pull_request:
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21'
- run: make