Skip to content

Compatibility update for dolfinx 0.9.0 and preCICE v3 #190

Compatibility update for dolfinx 0.9.0 and preCICE v3

Compatibility update for dolfinx 0.9.0 and preCICE v3 #190

Workflow file for this run

name: Check links
on: [push, pull_request]
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'