Skip to content

feat: add argument parsing for camera settings #486

feat: add argument parsing for camera settings

feat: add argument parsing for camera settings #486

name: clang-format Check
on:
push:
paths-ignore:
- 'doc/**'
- 'example/**'
- '.github/**'
- '.vscode/**'
- '*.md'
pull_request:
paths-ignore:
- 'doc/**'
- 'example/**'
- '.github/**'
- '.vscode/**'
- '*.md'
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'test'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check for C/C++/Protobuf programs.
uses: jidicula/[email protected]
with:
clang-format-version: '14'
check-path: ${{ matrix.path }}