Skip to content

Fix comment - wrong func mentioned #82

Fix comment - wrong func mentioned

Fix comment - wrong func mentioned #82

Workflow file for this run

name: go
on:
push:
pull_request:
jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: src/bpm/go.mod
- run: go generate ./...
working-directory: src/bpm/
- uses: golangci/golangci-lint-action@v6
with:
working-directory: src/bpm/