Skip to content

Bump github.com/cosmos/cosmos-sdk from 0.50.13 to 0.53.3 #4739

Bump github.com/cosmos/cosmos-sdk from 0.50.13 to 0.53.3

Bump github.com/cosmos/cosmos-sdk from 0.50.13 to 0.53.3 #4739

Workflow file for this run

name: lint
on:
pull_request:
push:
jobs:
golangci:
name: golangci-lint
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: latest
args: --timeout 10m --tests=false
github-token: ${{ secrets.github_token }}