-
✍️ Wrote a longer blog post about GitHub Actions and how you can use them in your PHP projects to automate stuff. Like run phpunit or automatically fix all style problems in your project. 👉 stefanzweifel.io/posts/github-actions-for-php-developers/
-
I've also released my own Actions: Two Actions to run @enunomaduro phpinsights in PHP or Laravel Projects … 👉 github.com/stefanzweifel/phpinsights-action 👉 github.com/stefanzweifel/laravel-phpinsights-action
-
… and a super versatile Action to automatically commit files which have been changed by an Action and push them back to the repository. (This one has *so much* potential) 👉 github.com/stefanzweifel/git-auto-commit-action