Skip to content

Clarified naming and added a brief README to describe the workflow files #18

Clarified naming and added a brief README to describe the workflow files

Clarified naming and added a brief README to describe the workflow files #18

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/[email protected]
with:
source: './src ./tests/unit_tests'
exclude: '.'
extensions: 'H,h,cpp'
clangFormatVersion: 16