Skip to content

addresses windows CI failures #58

addresses windows CI failures

addresses windows CI failures #58

name: clang-format Check
on:
pull_request:
permissions:
contents: read
jobs:
formatting-check:
name: Formatting Check
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-ci')"
steps:
- uses: actions/[email protected]
- name: Run clang-format style check for C and Java code
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,h,cpp,hpp,java'
clangFormatVersion: 17
style: file
exclude: './community ./ZFP/H5Z-ZFP'