Updated documentation and properties names #951
Workflow file for this run
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
on: | |
push: | |
branches-ignore: | |
- "main" | |
name: validate-compatibility | |
jobs: | |
compat: | |
name: "Validate compatibility with main branch" | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: install | |
run: make install | |
- name: buf breaking | |
run: make buf-breaking | |
- name: buf lint | |
run: make buf-lint | |
- name: build and compile test | |
run: make test | |
- name: run the check script | |
run: ./scripts/check-proto-compabitility.sh |