Skip to content

update Array hierarchy and allocate nD arrays in a contiguous block by default #209

update Array hierarchy and allocate nD arrays in a contiguous block by default

update Array hierarchy and allocate nD arrays in a contiguous block by default #209

name: Run pre-commit check
on:
- push
- pull_request
jobs:
check:
runs-on: ubuntu-latest
name: pre-commit
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- run: sudo apt-get install -yqq clang-format
- uses: pre-commit/action@v3.0.0