Skip to content

update clang-format c++23 and actions #116

update clang-format c++23 and actions

update clang-format c++23 and actions #116

name: clang-format-test
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: DoozyX/clang-format-lint-action@v0.20
with:
source: '.'
exclude: './extern ./libs'
extensions: 'h,cpp,c'
clangFormatVersion: 20