Skip to content

feat(v1.x.x): async pruning of orphan nodes #1954

feat(v1.x.x): async pruning of orphan nodes

feat(v1.x.x): async pruning of orphan nodes #1954

Workflow file for this run

name: Lint
# Lint runs golangci-lint over the entire cosmos-sdk repository
# This workflow is run on every pull request and push to master
# The `golangci` will pass without running if no *.{go, mod, sum} files have been changed.
on:
pull_request:
push:
branches:
- master
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: 🐿 Setup Golang
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: golangci-lint
run: make lint