Skip to content

fix: barry quick fix, 2025-08-01 17:52:35 #190

fix: barry quick fix, 2025-08-01 17:52:35

fix: barry quick fix, 2025-08-01 17:52:35 #190

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
# - name: golangci-lint
# uses: golangci/golangci-lint-action@v2
# with:
# skip-go-installation: true
# args: --timeout 3m --verbose