Skip to content

Add precice.hpp and solver-interface changes to porting guide #1201

Add precice.hpp and solver-interface changes to porting guide

Add precice.hpp and solver-interface changes to porting guide #1201

Workflow file for this run

name: Lint docs
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
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: 'README.md pages/'
ignore: changelog-entries