Skip to content

Dump resulting configuration from clang-format v18 and .clang-format #540

Dump resulting configuration from clang-format v18 and .clang-format

Dump resulting configuration from clang-format v18 and .clang-format #540

name: Clang-Format Check
on:
push:
branches-ignore:
- 'gh-pages'
jobs:
formatting-check:
name: check style formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check.
uses: jidicula/[email protected]
with:
clang-format-version: '17'
fallback-style: 'none'