Links
Comment on page

Quick Start

Getting started with the GitHub Action
This is a private preview (beta) feature. Please contact us if you would like to try it out or need support.

Integrate using GitHub actions

To integrate listen in your CI pipeline, you can use the official GitHub action available on the marketplace. Follow the step-by-step instructions below:

Step 1: Add action to your project

To add the action, add lstn.yml into the .github/workflows directory in the root of your Github project.
For detailed instructions, check the guides below depending on your case
Check out our demo repo to see the integration in action
GitHub marketplace listing

Step 2: Expected Outputs

You can view the results in two ways:
  • For pull request events, you will see the results of lstn in a PR comment similar to the one below (and in workflow logs).
example PR comment
  • For push events, you will see only see the scan results in the workflow logs. For example:

Last modified 4mo ago
© 2023 Garnet Labs