Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.16 KB

Github actions

This is the repository where we put actions to use with Bunny!

The repository is made to support many actions, each folder is corresponding to an action.

Actions

Each action can be used in your workflow this way:

steps:
    - uses: BunnyWay/actions/<action>@<actions@ref>

Each action will have its own documentation, you can check the associated documentation in each folder.

It contains:

Development

We are using Javascript actions which need to be pushed. We handle the build of each actions with ncc.

We handle versionning with changeset, each time you do a change, you'll need to indicate the kind of changes you are doing so we can have the auto-release process ongoing by doing:

pnpm changeset