Skip to content

chore: run modernize -fix -test #187

chore: run modernize -fix -test

chore: run modernize -fix -test #187

Workflow file for this run

on: push
name: Test
permissions:
contents: read
jobs:
test:
name: Go unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- run: go test ./...