Skip to content

Merge pull request #222 from Exawind/remove_dense_constraints #63

Merge pull request #222 from Exawind/remove_dense_constraints

Merge pull request #222 from Exawind/remove_dense_constraints #63

Workflow file for this run

name: OpenTurbine-CI
on: push
jobs:
ClangFormat:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v4
- name: Check formatting
uses: DoozyX/clang-format-lint-action@v0.16.2
with:
source: './src ./tests/unit_tests'
exclude: '.'
extensions: 'cpp,hpp'
clangFormatVersion: 16