Would be good if CI could check for valid json (or even validating against a Jupyter notebook schema), for plain text changes to notebooks like in #23. Currently CI will be green even if there are .ipynb files that are no valid json.
There is a very rudimentary test routine in the root directory but it takes too long to execute to run in CI so I do agree that some basic linters would help a lot!
Would be good if CI could check for valid json (or even validating against a Jupyter notebook schema), for plain text changes to notebooks like in #23. Currently CI will be green even if there are
.ipynb
files that are no valid json.