Skip to content

bump golangci-lint to 2.8.0 (#164) #372

bump golangci-lint to 2.8.0 (#164)

bump golangci-lint to 2.8.0 (#164) #372

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- run: make test
- uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}