Skip to content

Support Ganglion v3 firmware detection #26

Support Ganglion v3 firmware detection

Support Ganglion v3 firmware detection #26

Workflow file for this run

name: Clang Format
on: [push, pull_request]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format
uses: DoozyX/[email protected]
with:
source: '.'
exclude: './3rdparty ./modules/bglib/include/cmd_def.h ./modules/bglib/src/cmd_def.cpp'
extensions: 'h,c,hpp,cpp'
clangFormatVersion: 16
inplace: False