Skip to content

Fix restarting in 2D, works in basic testing. ASSUMES nx2>0 if nx3>0… #5117

Fix restarting in 2D, works in basic testing. ASSUMES nx2>0 if nx3>0…

Fix restarting in 2D, works in basic testing. ASSUMES nx2>0 if nx3>0… #5117

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