Skip to content

Chore/add docs and license #2

Chore/add docs and license

Chore/add docs and license #2

Workflow file for this run

name: Test
on:
pull_request:
branches:
- main
permissions:
contents: read
jobs:
Test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: "1.21"
cache: false
- name: Test
run: go test ./...