Skip to content

Merge remote-tracking branch 'refs/remotes/origin/pgrete/histogram-ou… #5051

Merge remote-tracking branch 'refs/remotes/origin/pgrete/histogram-ou…

Merge remote-tracking branch 'refs/remotes/origin/pgrete/histogram-ou… #5051

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 }}