Skip to content

[improvement] bump golangci-lint, address linting comments and remove endpoint pkg #336

[improvement] bump golangci-lint, address linting comments and remove endpoint pkg

[improvement] bump golangci-lint, address linting comments and remove endpoint pkg #336

Workflow file for this run

name: tests
on:
merge_group:
pull_request:
branches: [ '*' ]
push:
branches:
- "main"
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: ./go.mod
cache: false
- run: |
make \
test