Skip to content

Merge pull request #440 from persistenceOne/puneet/fix-endbeginblockers #646

Merge pull request #440 from persistenceOne/puneet/fix-endbeginblockers

Merge pull request #440 from persistenceOne/puneet/fix-endbeginblockers #646

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: 1.23
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1
args: --timeout=3m