Skip to content

Merge pull request #228 from Exawind/fix_clang_tidy #81

Merge pull request #228 from Exawind/fix_clang_tidy

Merge pull request #228 from Exawind/fix_clang_tidy #81

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