Skip to content

Add clang cdash report and fix compression compile flags #1172

Add clang cdash report and fix compression compile flags

Add clang cdash report and fix compression compile flags #1172

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: './config ./mfhdf/ncgen/ncgenyy.c ./mfhdf/ncgen/ncgentab.c ./mfhdf/ncgen/ncgentab.h'