Skip to content

chore: update golangci-lint arguments for colored output and clean up… #5

chore: update golangci-lint arguments for colored output and clean up…

chore: update golangci-lint arguments for colored output and clean up… #5

Workflow file for this run

name: golangci-lint
on: [push, pull_request]
jobs:
golangci:
name: lint
runs-on: windows-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v4
with:
go-version: "1.23.3"
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=10m --out-format=colored-line-number