Skip to content

clang-format

clang-format #225

Workflow file for this run

name: clang-format
on:
push:
paths-ignore:
- 'README.md'
- 'doc/**'
pull_request:
paths-ignore:
- 'README.md'
- 'doc/**'
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: DoozyX/[email protected]
with:
source: './include ./src'
exclude: './include/tao/json/external'
extensions: 'hpp,cpp'
clangFormatVersion: 16