Git Tips Slides
PageUp x2: previous · PageDown x2: next · Home: index

GitHub: Keep Actions/Workflows simple

I prefer to keep GitHub Action workflows simple. I like that GitHub does CI for me, but third-party GitHub Actions have the drawback that I often cannot reproduce them on my local machine.

There are tools like act, but they often did not work for me.

Keep things simple by using a reliable Bash script in Bash Strict Mode.

This works in GitHub CI and on my local Linux device.