Skip to content

feat: tween 'continuous' modes (experimental) #1319

feat: tween 'continuous' modes (experimental)

feat: tween 'continuous' modes (experimental) #1319

Workflow file for this run

on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- "main"
- "experimental"
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
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
run: |
echo "base_ref=${{ github.event.pull_request.base.ref }}"
echo "BASE_BRANCH=$BASE_BRANCH"
make buf-breaking
- name: buf lint
run: make buf-lint
- name: build and compile test
run: make test
- name: run the check script
env:
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}
run: ./scripts/check-proto-compabitility.sh