ENH: Enable HDF5 dataset compression from the WriteDREAM3DFilter (#1606) #1385
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: clang-format | |
| on: | |
| push: | |
| branches: | |
| - develop | |
| - master | |
| jobs: | |
| clang_format: | |
| runs-on: ubuntu-22.04 | |
| steps: | |
| - uses: actions/checkout@v2 | |
| - name: Add Problem Matcher | |
| uses: ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204 | |
| - name: Check Formatting | |
| run: | | |
| python3 scripts/clang_format.py --format-version 15 |