Add support for jsonnet
We should add support for jsonnet here, this would include:
- Running
jsonnetfmt
on all jsonnet files - Running
jsonnet-lint
on all jsonnet files changed in a merge request using default (vendor
+libsonnet
) or configurable library paths. - Running jsonnet-test: this means compiling all
_test.jsonnet
files using the library paths.