Skip to content

Merge pull request #20 from sbaldu/bugfix_input_plotter #8

Merge pull request #20 from sbaldu/bugfix_input_plotter

Merge pull request #20 from sbaldu/bugfix_input_plotter #8

Workflow file for this run

name: clang-format Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'CLUEstering/include'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: jidicula/[email protected]
with:
clang-format-version: '16'
check-path: ${{ matrix.path }}
exclude-regex: 'CLUEstering/include/test/doctest.h'