Skip to content

Adding micr_XPCTzarr dataset #89

Adding micr_XPCTzarr dataset

Adding micr_XPCTzarr dataset #89

Workflow file for this run

---
name: Validation
on:
push:
branches: [master]
pull_request:
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
# Check for common misspellings
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master