Skip to content

touch up change log until API limit create-release-please #37

touch up change log until API limit create-release-please

touch up change log until API limit create-release-please #37

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.18.x"
- name: Run tests
run: go test ./...