This action sets up the archipelo command line for use in GitHub Actions.
See action.yml
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
- Install the project
npm install
- Edit the code
- Package the new code
npm run all
- Push your code to a feature branch for review