Skip to content

Support for C++ 20 compilation #51

Support for C++ 20 compilation

Support for C++ 20 compilation #51

Workflow file for this run

name: Check C++ formatting
on:
pull_request:
push:
branches:
- master
jobs:
cpp-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DoozyX/clang-format-lint-action@v0.14
with:
clangFormatVersion: 14