I made a GitHub Action for my Repo. It checks all the .py files in a Pull Request and then runs a pylint test on it.
.py
pylint
I designed my PyLint Co