Skip to content

[v2] Disperser and Node service protobuf #2811

[v2] Disperser and Node service protobuf

[v2] Disperser and Node service protobuf #2811

Workflow file for this run

name: lint
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
golangci:
name: Linter
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21' # The Go version to download (if necessary) and use.
- run: go version
- name: Checkout EigenDA
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.60
args: --timeout 3m --verbose