Closed fubuloubu closed 2 years ago
One possible solution, user adds this to their .github/workflow/action.yaml
file:
- uses: ApeWorX/github-action@main
with:
command: compile --size
- uses: ApeWorX/github-action@main # Uses `ape test` by default
solved by #4
Allow the end user of this in actions to call differnet commands like
ape compile --size
andape test
(and maybeape run my_script
?)