Skip to content

chore(ci): remove --verbose from golangci-lint (#56) #68

chore(ci): remove --verbose from golangci-lint (#56)

chore(ci): remove --verbose from golangci-lint (#56) #68

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
linters:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version: 1.25.x
- uses: golangci/golangci-lint-action@v9
with:
version: v2.4.0
args: --timeout 3m