Skip to content

common: invert MANUAL_CONTROL.r description (#2398) #106

common: invert MANUAL_CONTROL.r description (#2398)

common: invert MANUAL_CONTROL.r description (#2398) #106

name: Check MAVLink API Breaks
on:
pull_request:
push:
workflow_dispatch:
jobs:
check-api-break:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
run: pip install lxml
- name: Run API break check
run: python scripts/check_api_break.py