File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change 11name : Validate schema
22
3- on : [push, pull_request, workflow_dispatch]
3+ on :
4+ push :
5+ branches :
6+ - dev
7+ pull_request :
8+ workflow_dispatch :
49
510jobs :
611 validate :
712 runs-on : ubuntu-latest
813 steps :
9- - name : Checkout repo
10- uses : actions/checkout@v4
14+ - name : Checkout repo
15+ uses : actions/checkout@v4
1116
12- - name : Set up Python 3.12
13- uses : actions/setup-python@v4
14- with :
15- python-version : " 3.12"
17+ - name : Set up Python 3.12
18+ uses : actions/setup-python@v4
19+ with :
20+ python-version : " 3.12"
1621
17- - name : Install dev branch of HDMF
18- run : pip install git+https://github.com/hdmf-dev/hdmf.git
22+ - name : Install dev branch of HDMF
23+ run : pip install git+https://github.com/hdmf-dev/hdmf.git
1924
20- - name : Validate schema specification
21- run : validate_hdmf_spec core -m nwb.schema.json
25+ - name : Validate schema specification
26+ run : validate_hdmf_spec core -m nwb.schema.json
You can’t perform that action at this time.
0 commit comments