Skip to content

Add CI, fix ct strings, various clang-tidy fixes #11

Add CI, fix ct strings, various clang-tidy fixes

Add CI, fix ct strings, various clang-tidy fixes #11

Workflow file for this run

name: clang-format
on:
pull_request:
paths:
- '.github/workflows/clang-format.yml'
- 'cmake/**'
- 'src/**'
- 'CMakeLists.txt'
push:
branches:
- master
paths:
- '.github/workflows/clang-format.yml'
- 'cmake/**'
- 'src/**'
- 'CMakeLists.txt'
jobs:
test_cxx:
name: Run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '18'