Skip to content

move issue comments to headers (#166) #486

move issue comments to headers (#166)

move issue comments to headers (#166) #486

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