Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add risor executor for scripting #782

Open
yohamta opened this issue Jan 9, 2025 · 0 comments
Open

Add risor executor for scripting #782

yohamta opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature to be implemented

Comments

@yohamta
Copy link
Collaborator

yohamta commented Jan 9, 2025

Risor is a script language with go-like syntax.
https://github.com/risor-io/risor

We could add a new executor type risor. Example:

steps:
  - name: step1
    executor: risor
    script: "math.min([5, 2, 7])"
    output: RESULT
  - name: step2
    script: echo $RESULT # should be 2
    depends: step1
@yohamta yohamta changed the title Add rizor executor Add risor executor Jan 9, 2025
@yohamta yohamta changed the title Add risor executor Add risor executor for scripting Jan 9, 2025
@yohamta yohamta added the enhancement New feature to be implemented label Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature to be implemented
Projects
None yet
Development

No branches or pull requests

1 participant