For those of you hosting your projects on GitHub and using GitHub Actions as your CI solution, I have something new: a GitHub Action for building programs using the Free Pascal Compiler. The Action will parse the compiler's diagnostic messages and create annotations on your commits and pull requests. It also has support for fail-on-warning behaviour, if you want to be extra strict about your code.

You can get the Action here: https://github.com/marketplace/actio...ascal-compiler
There's still a couple of minor issues I want to iron out and features I want to add, so I haven't made a v1.0.0 release yet, but the core functionality is there and works fine.

Suggestions and opinions will be appreciated. If you use the Action and come across any issues, please file them against the GitHub repository.