Skip to content

Use CLArgs_internal_source target in clang-tidy-analysis workflow #90

Use CLArgs_internal_source target in clang-tidy-analysis workflow

Use CLArgs_internal_source target in clang-tidy-analysis workflow #90

Workflow file for this run

name: formatting
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
strategy:
matrix:
path:
- 'include'
- 'examples'
- 'tests'
steps:
- uses: actions/checkout@v4
- name: Run clang-format style check
uses: jidicula/clang-format-action@v4.13.0
with:
clang-format-version: '18'
check-path: ${{ matrix.path }}