added jsvm bindings and updateing the workflow to generate the jsvm types

This commit is contained in:
Gani Georgiev
2023-07-11 18:09:55 +03:00
parent 3d3fe5c614
commit ede67dbc20
9 changed files with 5322 additions and 4985 deletions
+5
View File
@@ -29,6 +29,11 @@ jobs:
- name: Build Admin dashboard UI
run: npm --prefix=./ui ci && npm --prefix=./ui run build
# Similar to the above, the jsvm docs are pregenerated locally
# but its here to ensure that it wasn't forgotten to be executed.
- name: Generate jsvm types
run: go run ./plugins/jsvm/internal/docs.go
# The prebuilt golangci-lint doesn't support go 1.18+ yet
# https://github.com/golangci/golangci-lint/issues/2649
# - name: Run linter