Skip to content

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

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

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

Workflow file for this run

name: Check links
on:
push:
branches:
- main
- develop
pull_request:
branches:
- "*"
jobs:
check_links:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
- name: Check links in markdown files (markdown-link-check)
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'no'
config-file: '.markdown-link-check-config.json'