Skip to content

Migration from the drand v1.5 codebase to its own repo #8

Migration from the drand v1.5 codebase to its own repo

Migration from the drand v1.5 codebase to its own repo #8

Workflow file for this run

name: Lint
on:
pull_request:
branches: [ main ]
concurrency:
group: ci-${{ github.ref }}-lint
cancel-in-progress: true
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Checkout
uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
version: v1.58
args: --timeout 5m