⬆️ Upgrade ibc-go to 6.3.0 #151
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Protobuf | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- develop | |
- "feat/**" | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: update proto dependency | |
run: make proto-update-deps | |
- name: format-check | |
run: make proto-format-check | |
- name: lint | |
run: make proto-lint |