Clarify that zarr layout given in spec is an example #752
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow converts your bikeshed (.bs) file to html and pushes to gh-pages | |
name: CI | |
# Controls when the action will run. Triggers the workflow on push or pull request | |
# events but only for the main branch | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
main: | |
name: Build, Validate and Deploy | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: ome/spec-prod@main | |
with: | |
GH_PAGES_BRANCH: gh-pages | |
VALIDATE_LINKS: false | |
VALIDATE_MARKUP: false | |
TOOLCHAIN: bikeshed |