Skip to content

*: dkg and pk ux improvements #10126

*: dkg and pk ux improvements

*: dkg and pk ux improvements #10126

Workflow file for this run

name: golangci-lint
on:
pull_request:
push:
branches:
- main*
permissions:
contents: read
pull-requests: read
jobs:
golangci:
runs-on: charon-ci
steps:
# Config options can be found in README here: https://github.com/golangci/golangci-lint-action
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/setup-go
- name: golangci-lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.6.2