GitHub Actions

There are a lot of fun ways to use Knope in GitHub Actions! This section will show you some common patterns—if you have any questions or suggestions, please open a discussion!

Installing Knope

Knope is available as a GitHub Action, so you can install it like this:

- uses: knope-dev/action@v2.0.0
  with:
    version: 0.11.0

See more details and all available options in the action repo.

Recipes