Skip to content

rest_vol_dataset: (fix) Write hyperslab (memory) #66

rest_vol_dataset: (fix) Write hyperslab (memory)

rest_vol_dataset: (fix) Write hyperslab (memory) #66

name: clang-format Check
on:
pull_request:
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run clang-format style check
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 13
style: file