Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

act

Installation (Linux / macOS)

brew install act

Trigger Workflows Listening on Pull Request

act pull_request

wrkflw

Wrkflw has a great TUI which makes it easy to selectively run workflow and insepct results. However, wrkflw currently maps the ubuntu-latest VM to the ubuntu:latest Docker image which are not compatible. This causes many GitHub Actions workflow fail to run with wrkflw.

References