Skip to content

Lint

Lint #274

Workflow file for this run

name: Lint
on:
push:
tags:
- v*
branches:
- v[0-9]+.[0-9]+.x-celestia
- release/**
pull_request:
permissions:
contents: read
# Optional: allow read access to pull request. Use with `only-new-issues` option.
# pull-requests: read
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.56.2