Skip to content

Potentially remove temporaries with std::optional #451

Potentially remove temporaries with std::optional

Potentially remove temporaries with std::optional #451

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