Skip to content

Add test_bnd_prt_inflow with nascent Inflow class #419

Add test_bnd_prt_inflow with nascent Inflow class

Add test_bnd_prt_inflow with nascent Inflow class #419

Workflow file for this run

name: Clang Format Checker
on:
pull_request:
jobs:
clang-format-checking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: DoozyX/clang-format-lint-action@master
with:
source: 'src'
extensions: 'h,c,hxx,cxx,hpp,cpp,cuh,cu'
clangFormatVersion: 14
inplace: False