Skip to content

Add clang-format check #1

Add clang-format check

Add clang-format check #1

Workflow file for this run

name: test-clang-format
on: [push,pull_request]
jobs:
clang-format-checking:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: DoozyX/[email protected]
with:
source: "."
exclude: "tests"
extensions: 'h,cpp'
style: file
clangFormatVersion: 20