Skip to content

Add proper interpolation for 2D and 3D cases and support for MPI #222

Add proper interpolation for 2D and 3D cases and support for MPI

Add proper interpolation for 2D and 3D cases and support for MPI #222

Workflow file for this run

name: Lint docs
on:
push:
branches:
- main
- develop
pull_request:
branches:
- "*"
jobs:
check_md:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Lint markdown files (markdownlint)
uses: articulate/actions-markdownlint@v1
with:
config: .markdownlint.json
files: '.'
ignore: changelog-entries