Skip to content

Operator splitting, adaptive time stepping, and other fixes for mixing layer and bubbles #327

Operator splitting, adaptive time stepping, and other fixes for mixing layer and bubbles

Operator splitting, adaptive time stepping, and other fixes for mixing layer and bubbles #327

Workflow file for this run

name: Pretty
on:
push:
pull_request:
workflow_dispatch:
jobs:
docs:
name: Code formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check formatting
run: |
./mfc.sh format
git diff --exit-code