Adds error and warning problem matchers for Pylint checks on Python projects. This action only generates Github Annotations from pylint output, it does not run pylint. Based on rbialon/flake8-annotations.
No inputs needed.
Only Github Annotations are generated from the checks output, no other output is generated.
Add the following section to your Github workflow in the job running pylint before the step executing pylint:
- name: Setup Pylint annotations
uses: rodrigo-nogues/pylint-annotations@v1