Skip to content

HDF5 2.0.0 updates

HDF5 2.0.0 updates #59

name: clang-format Check
on:
pull_request:
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: Set up dependencies
run: |

Check failure on line 12 in .github/workflows/clang-format-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/clang-format-check.yml

Invalid workflow file

You have an error in your yaml syntax on line 12
sudo apt-get update
sudo apt-get install setuptools
- name: Run clang-format style check for C programs.
uses: DoozyX/[email protected]
with:
source: '.'
extensions: 'c,h,cpp,hpp'
clangFormatVersion: 10
style: file
# exclude: './config'