Skip to content

update maxInSpecOffset to 1500 from 10 issue #6 #4

update maxInSpecOffset to 1500 from 10 issue #6

update maxInSpecOffset to 1500 from 10 issue #6 #4

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: Run GolangCI-Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.23 # Change this to match your Go version
- name: Run GolangCI-Lint
uses: golangci/golangci-lint-action@v4
with:
version: latest # You can specify a specific version like v1.54.2
args: --timeout=5m