Skip to content

Merge remote-tracking branch 'origin/main' into turb_ad #435

Merge remote-tracking branch 'origin/main' into turb_ad

Merge remote-tracking branch 'origin/main' into turb_ad #435

name: Check code formatting, clang-format
on: [push, pull_request]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'src'
- 'include'
- 'tests'
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check for C/C++
uses: jidicula/[email protected]
with:
clang-format-version: '17'
check-path: ${{ matrix.path }}