Closed SoftwareApe closed 4 years ago
@TiagoCortinhal If you want the CI checks to be run for PRs you have to enable them in the settings: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks
To have some basic quality assurance I added a GitHub workflow that runs flake8 linting on the Python files.
There were two linter erros (is instead of == comparison on strings) which are now fixed. The warnings I left as is for now.