Skip to content

Refactor HDF5 Btree data (pass 3) #15

Refactor HDF5 Btree data (pass 3)

Refactor HDF5 Btree data (pass 3) #15

Workflow file for this run

name: codespell
on:
pull_request:
paths:
- Readme.md
permissions: {}
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: codespell-project/actions-codespell@v2
with:
path: Readme.md