Skip to content

feat(x/crosschain): unified external claim msg #56

feat(x/crosschain): unified external claim msg

feat(x/crosschain): unified external claim msg #56

Workflow file for this run

name: Protobuf
on:
pull_request:
paths:
- "proto/**"
- ".github/workflows/proto.yml"
permissions:
contents: read
concurrency:
group: '${{ github.workflow }} @ ${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run proto format and generate
run: |
make proto-all
make update-swagger-docs
- name: Check diff
run: git diff --exit-code