extism / cli

The extism CLI is used to generate plugin scaffolding and manage Extism installations
BSD 3-Clause "New" or "Revised" License
21 stars 7 forks source link

Create Extism github action #28

Open bhelx opened 1 year ago

bhelx commented 1 year ago

We could have a simple github action that installs the extism CLI and, or the extism library

zshipko commented 1 year ago

I added https://github.com/extism/cli/blob/main/.github/actions/extism-cli/action.yml which is already being used by all the SDK repos, for example: https://github.com/extism/java-sdk/blob/main/.github/actions/libextism/action.yaml#L12

It requires using checkout to clone this repo first, so it would still be nice to publish a more official action.