Skip to content

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.6.0 #1094

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.6.0

chore(deps): bump github.com/cosmos/ibc-go/v7 from 7.4.0 to 7.6.0 #1094

Workflow file for this run

name: Protobuf
# Protobuf runs buf (https://buf.build/) lint and check-breakage
# This workflow is only run when a .proto file has been changed
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v4
with:
PATTERNS: |
**/**.proto
- name: lint
run: make proto-lint