ACT
GitHub Actions does not support local execution like gitlab-runner exec ... here.
So this tool is a playground for local development.
Thus we can work around the issue before publishing with dirty empty commits
git commit --allow-empty -m "Empty-Commit" && git push
This makes sense for version control and teamwork.
act -g | l ...
act --help
Ship with input and var && env
#![allow(unused)] fn main() { println!("aaaa"); }