This repository has been archived by the owner on Jul 12, 2022. It is now read-only.
Add an action.yml
file to create an Ritchie CLI Setup action on the Github Marketplace
#1019
Labels
📚 documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Hacktoberfest
https://hacktoberfest.digitalocean.com/
🔨 improvement
Improvement in features
✔️ refined
ISSUE refined by the Ritchie Team
github-actions
Related to github actions workflows
What would you like to be added**:
action.yml
file that would install and initialise Ritchie CLI on a Github runner on any supported OS (ubuntu, macOS and windows).Why is this needed**:
How can it be done
Suggestion: Create a composite action using shell bash to install and initialise Ritchie CLI.
Until V2.11.3, it would be done like this:
From 2.12.0 it could be done like this:
Allowing the user to setup inputs if he wants to select a specific version, add metrics or the commons repo and eventually the runType if it makes sense.
It is possible to use this action repository as reference.
The text was updated successfully, but these errors were encountered: