Skip to content

WENO/MUSCL case guard w/ recon_type number + Inlining typo causing segmentation faults on compilation #4632

WENO/MUSCL case guard w/ recon_type number + Inlining typo causing segmentation faults on compilation

WENO/MUSCL case guard w/ recon_type number + Inlining typo causing segmentation faults on compilation #4632

Workflow file for this run

name: Pretty
on:
push:
branches: [master]
pull_request:
workflow_dispatch:
jobs:
docs:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: MFC Python setup
run: ./mfc.sh init
- name: Check formatting
run: |
./mfc.sh format -j $(nproc)
git diff --exit-code