Skip to content

Update CMakeLists.txt #119

Update CMakeLists.txt

Update CMakeLists.txt #119

Workflow file for this run

name: clang-format Check
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.9.0
with:
exclude-regex: '(Unity|fff)' # Exclude file paths containing "Unity" or "fff"