Skip to content

feat: migrate to zarr v3 defaults #4621

feat: migrate to zarr v3 defaults

feat: migrate to zarr v3 defaults #4621

Workflow file for this run

---
name: Codespell
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
codespell:
name: Check for spelling errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- uses: codespell-project/actions-codespell@v2