Skip to content

fix(ledger): Added json labels to all genesis structs (#964) #1625

fix(ledger): Added json labels to all genesis structs (#964)

fix(ledger): Added json labels to all genesis structs (#964) #1625

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
pull-requests: read
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
only-new-issues: ${{ github.event_name == 'pull_request' && 'true' || 'false' }}