Skip to content

Bump parth to 25.12 plus fix #1360 #874

Bump parth to 25.12 plus fix #1360

Bump parth to 25.12 plus fix #1360 #874

name: Check Formatting
on: push
jobs:
check-formatting:
name: Check Python and C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: pgrete/cpp-py-formatter/check@v0.4.0
with:
clangFormatVersion: 20
token: ${{ secrets.GITHUB_TOKEN }}