Skip to content

Merge pull request #238 from ethpandaops/refactor/align-recent-xatu-c… #543

Merge pull request #238 from ethpandaops/refactor/align-recent-xatu-c…

Merge pull request #238 from ethpandaops/refactor/align-recent-xatu-c… #543

Workflow file for this run

name: golangci-lint
on:
push:
branches:
- master
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.golangci.yml'
- '.golangci.yaml'
- '.github/workflows/golangci-lint.yaml'
permissions:
contents: read
jobs:
lint:
runs-on:
- self-hosted-ghr
- size-m-x64
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
fetch-depth: 0
- uses: ./.github/workflows/go-setup
- name: golangci-lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: latest
args: --timeout=10m