Skip to content

Fix typo and remove HTML tag from doc in behavioral neurodata types #490

Fix typo and remove HTML tag from doc in behavioral neurodata types

Fix typo and remove HTML tag from doc in behavioral neurodata types #490

Workflow file for this run

name: Validate schema
on:
push:
branches:
- dev
pull_request:
workflow_dispatch:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dev branch of HDMF
run: pip install git+https://github.com/hdmf-dev/hdmf.git
- name: Validate schema specification
run: validate_hdmf_spec core -m nwb.schema.json