Skip to content

Fix actions' permissions #2

Fix actions' permissions

Fix actions' permissions #2

Workflow file for this run

name: Test
on: pull_request
jobs:
checks:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
- run: make test