Skip to content

fixed missing semicolon =P #723

fixed missing semicolon =P

fixed missing semicolon =P #723

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