my favorite github actions that I use across multiple projects
This is a simple action (no chain) that just cleans up old artifacts to free some space.
Required files:
The lint action is for linting python files. I added a function to let the action fail, if the score is too small.
Required files:
This action performs testing with pytest. This example also contains instructions on how to install external packages with apt.
Required files:
This actions runs pytest for pull request and comments with the coverage results including coverage badge.
Required files: