Skip to content

chore: Undo packet-server split for 04-channel/v1 tx's, move testing funcs in endpoint_v2, module.go docstring fixes. #21

chore: Undo packet-server split for 04-channel/v1 tx's, move testing funcs in endpoint_v2, module.go docstring fixes.

chore: Undo packet-server split for 04-channel/v1 tx's, move testing funcs in endpoint_v2, module.go docstring fixes. #21

name: proto breaking check
# proto breaking check workflow checks if Protobuf file contains breaking changes.
# This workflow runs when a PR that targets Protobuf is opened.
on:
merge_group:
pull_request:
paths:
- "proto/**/*.proto"
jobs:
proto-breaking-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run proto-breaking check
run: make proto-check-breaking