Skip to content

Merge pull request #83 from ethpandaops/release/mem-expansion-and-pre… #176

Merge pull request #83 from ethpandaops/release/mem-expansion-and-pre…

Merge pull request #83 from ethpandaops/release/mem-expansion-and-pre… #176

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
fetch-depth: 0
- uses: ./.github/workflows/go-setup
- name: golangci-lint
uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0
with:
version: latest
args: --timeout=10m