Skip to content

Fix failed CI builds by updating their configuration #424

Fix failed CI builds by updating their configuration

Fix failed CI builds by updating their configuration #424

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
- uses: DoozyX/[email protected]
with:
extensions: 'hpp,cpp'
clangFormatVersion: 15