GitHub action for installing latest released PubForth. Works on Linux, Windows and macOS runners.
repo-token
: GitHub token. Defaults togithub.token
- name: Setup PubForth
uses: visualdoj/setup-pubforth@main
- name: Run PubForth
run: pubforth --experimental -e "1 2 3 . . ."
See example-of-setup-pubforth for full workflow.