Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

setup-bosun

This action installs the bosun executable.

Usage

Basic

steps:
- uses: actions/checkout@master
- uses: actions/setup-bosun@master
- run: bosun --version

Development

After making any changes in the ./src files you must build and commit the action. Run this command in this directory:

npm run build