Skip to content

feat: add new archipelago message #693

feat: add new archipelago message

feat: add new archipelago message #693

Workflow file for this run

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