- Replaced all action arguments with a single
pylint-args
option, which takes a string of arbitrary command-line parameters to forward on topylint
. #10
- Bumped
node
version fromnode12
tonode16
, in response to deprecation warnings.
- Bumped @actions/core from 1.6.0 to 1.9.1
- Bumped
node-fetch
version tov2.6.7
(CVE-2022-0235).
- Added
pylint-ignore-paths
input, passed topylint
via the--ignore-paths
command-line argument.
- Usage errors thrown by the
pylint
invocation will now fail the action.
- Initial release.