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.
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:
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

GitHub marketplace listing
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