Skip to content

stupid commit to test lint #16

stupid commit to test lint

stupid commit to test lint #16

Workflow file for this run

name: format
on:
push:
paths:
- '**.hpp'
- '**.cpp'
- '**.clang-format'
permissions:
contents: read
jobs:
check-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: jidicula/clang-format-action@v4.11.0
with:
clang-format-version: '17'
fallback-style: 'none'