Skip to content

Merge pull request #231 from Exawind/fix_clang_tidy_3 #83

Merge pull request #231 from Exawind/fix_clang_tidy_3

Merge pull request #231 from Exawind/fix_clang_tidy_3 #83

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