Skip to content

.clang-format file and check workflow #2

.clang-format file and check workflow

.clang-format file and check workflow #2

name: clang-format Check
on:
pull_request:
jobs:
clang-format-check:
runs-on: ubuntu-latest
strategy:
matrix:
path:
- include
- src
steps:
- uses: actions/checkout@v4
- name: 'clang-format check'
uses: jidicula/[email protected]
with:
clang-format-version: 18
check-path: ${{ matrix.path }}