Skip to content

Merge pull request #38 from ethpandaops/chore/default-cfg #132

Merge pull request #38 from ethpandaops/chore/default-cfg

Merge pull request #38 from ethpandaops/chore/default-cfg #132

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- uses: ./.github/workflows/go-setup
- name: Install tools
run: make install-tools
- name: Setup for linting
run: make .lint-setup
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
with:
version: latest
args: --timeout=10m