This action installs the bosun executable.
Basic
steps:
- uses: actions/checkout@master
- uses: actions/setup-bosun@master
- run: bosun --version
After making any changes in the ./src files you must build and commit the action. Run this command in this directory:
npm run build