Skip to content

Merge pull request #974 from parthenon-hpc-lab/jmm/make-get-parent-po… #5106

Merge pull request #974 from parthenon-hpc-lab/jmm/make-get-parent-po…

Merge pull request #974 from parthenon-hpc-lab/jmm/make-get-parent-po… #5106

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