Skip to content

bump sdk to 0.47.5, wasmd to 0.43 and ibc to 7.3.1 #926

bump sdk to 0.47.5, wasmd to 0.43 and ibc to 7.3.1

bump sdk to 0.47.5, wasmd to 0.43 and ibc to 7.3.1 #926

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