Skip to content

Bump github.com/cosmos/cosmos-sdk from 0.47.13 to 0.50.10 in /chain #1336

Bump github.com/cosmos/cosmos-sdk from 0.47.13 to 0.50.10 in /chain

Bump github.com/cosmos/cosmos-sdk from 0.47.13 to 0.50.10 in /chain #1336

Workflow file for this run

name: "Lint"
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
paths:
- 'chain/**'
jobs:
lint:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
- run: earthly --ci +lint
working-directory: ./chain