Skip to content

Install Archipelo CLI into your GitHub action hosted runners

License

Notifications You must be signed in to change notification settings

Archipelo/setup-archipelo

Repository files navigation

setup-archipelo

This action sets up the archipelo command line for use in GitHub Actions.

Usage

See action.yml

Basic

steps:
  - uses: actions/checkout@v3
  - uses: archipelo/setup-archipelo@v1
    with:
      version: 1.0.0 # if required, specified the verion of the CLI to install
  - run: archipelo version # now you can use archipelo in your job steps

Development

  1. Install the project npm install
  2. Edit the code
  3. Package the new code npm run all
  4. Push your code to a feature branch for review

About

Install Archipelo CLI into your GitHub action hosted runners

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •