Skip to content

stupid commit to test CI #15

stupid commit to test CI

stupid commit to test CI #15

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'