Skip to content

Add C++ Implementation of precice-aste-join #89

Add C++ Implementation of precice-aste-join

Add C++ Implementation of precice-aste-join #89

Workflow file for this run

name: Code Style
on:
pull_request:
paths:
- "**.[ch]pp"
- "**.[ch]"
- "**.xml"
- "**.py"
jobs:
formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout preCICE
uses: actions/checkout@v3
- name: Setup python
uses: actions/setup-python@v3
- name: Install pre-commit
run: pip install pre-commit
- name: Run checks
run: pre-commit run -a -v
- name: Git status
if: always()
run: git status
- name: Full diff
if: always()
run: git diff