Skip to content

Fix links in release doc so they point to the repo with the right tag #475

Fix links in release doc so they point to the repo with the right tag

Fix links in release doc so they point to the repo with the right tag #475

Workflow file for this run

name: tests
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: make ci
- uses: shogo82148/actions-goveralls@v1
with:
path-to-profile: profile.cov