Skip to content

Bunny Github Action that'll make you hop in the fluffle!

Notifications You must be signed in to change notification settings

BunnyWay/actions

Repository files navigation

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