Skip to content

most of AirOctaFlyUp is done, some of AirOctaDataMgr is done #1266

most of AirOctaFlyUp is done, some of AirOctaDataMgr is done

most of AirOctaFlyUp is done, some of AirOctaDataMgr is done #1266

Workflow file for this run

name: lint_pr
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@v0.12
with:
source: 'src'
exclude: 'lib'
clangFormatVersion: 12