Skip to content

m

m #1288

Workflow file for this run

name: test-clang-format
on: ["pull_request", "push"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: '.'
exclude: 'docker-images,doxygen,examples,testing-resources'
extensions: 'h,c,cpp'
clangFormatVersion: 9