Skip to content

more cleanup

more cleanup #342

Workflow file for this run

name: Go Lint
on:
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: Go Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache: true
- run: make lint