GitHub Actions to be used in all (most) freemint projects.
Use as:
- uses: freemint/github-actions/<action name>@master
with:
...
where <action name>
is name of the action, basically one of the
folders in this repository. The with
parameter content depends on each
action.
TODO