Skip to content

Merge branch 'jmm/move-to-impl' into jmm/global-boundaries-2 #6567

Merge branch 'jmm/move-to-impl' into jmm/global-boundaries-2

Merge branch 'jmm/move-to-impl' into jmm/global-boundaries-2 #6567

name: Check Formatting
on: push
jobs:
check-formatting:
name: Check Python and C++ Formatting
runs-on: ubuntu-latest
steps:
- uses: pgrete/cpp-py-formatter/[email protected]
with:
clangFormatVersion: 11
token: ${{ secrets.GITHUB_TOKEN }}