Skip to content

Fix interfacing with svSolver/svFSI #321

Fix interfacing with svSolver/svFSI

Fix interfacing with svSolver/svFSI #321

Workflow file for this run

# This workflow checks for compliance with the Google C++ style guide.
name: Codechecks
on: [push, pull_request]
jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt install clang-format
- name: Run clang-format
run: |
mkdir Release
cd Release
cmake ..
make codecheck