updated cron jsvm bindings and generated types

This commit is contained in:
Gani Georgiev
2023-07-16 23:24:10 +03:00
parent 6179864828
commit 2d1ad16b4f
10 changed files with 8503 additions and 8847 deletions
+2 -2
View File
@@ -29,10 +29,10 @@ 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
# Similar to the above, the jsvm types 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/docs.go
run: go run ./plugins/jsvm/internal/types/types.go
# The prebuilt golangci-lint doesn't support go 1.18+ yet
# https://github.com/golangci/golangci-lint/issues/2649