Skip to content

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti… #7

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti…

Merge pull request #5 from ethpandaops/dependabot/github_actions/acti… #7

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- master
pull_request:
permissions:
contents: read
jobs:
run:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
with:
go-version: '1.23'
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: lint
run: make lint