File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5454 deno check src/higlass/widget.js
5555
5656 Schema :
57- name : JS viewconf validation with generated JSON Schema
57+ name : Check higlass-schema against viewconfs
5858 runs-on : ubuntu-latest
5959 steps :
6060 - uses : actions/checkout@v4
6363 uv run --package higlass-schema higlass-schema export > schema.json
6464 - uses : actions/setup-node@v4
6565 with :
66- node-version : ' 20.x'
66+ node-version : " 20.x"
6767 - run : npm install -g ajv-cli
6868 - run : ajv validate --spec=draft2020 -s schema.json -d "packages/higlass-schema/tests/fixtures/{docs/examples/viewconfs,test/{view-configs,view-configs-more}}/*.json"
6969
Original file line number Diff line number Diff line change @@ -70,9 +70,9 @@ and understanding are greatly appreciated.
7070
7171## Development
7272
73- ** higlass-python** is a uv workspace monorepo that includes the main library
74- and additional packages (e.g., ** higlass-schema** ). It's primarily a Python
75- project, but includes JavaScript for the anywidget-based front-end code
73+ ** higlass-python** is a uv workspace monorepo that includes the main library and
74+ additional packages (e.g., ** higlass-schema** ). It's primarily a Python project,
75+ but includes JavaScript for the anywidget-based front-end code
7676(` src/higlass/widget.js ` ). We use [ uv] ( https://github.com/astral-sh/uv ) for
7777Python development and [ deno] ( https://github.com/denoland/deno ) for linting and
7878type-checking JavaScript.
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "fmt" : {
13- "exclude" : [" examples" ]
13+ "exclude" : [" examples" , " docs " , " packages/higlass-schema/tests/fixtures " ]
1414 }
1515}
You can’t perform that action at this time.
0 commit comments