Skip to content

Return reference from GetBeamElement() method #74

Return reference from GetBeamElement() method

Return reference from GetBeamElement() method #74

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