updated cron jsvm bindings and generated types
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user