Skip to content

Need FillDerived because prim is used outside of k,j,i in Cond #554

Need FillDerived because prim is used outside of k,j,i in Cond

Need FillDerived because prim is used outside of k,j,i in Cond #554

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