Releases: TheFoundryVisionmongers/fn-pylint-action
Releases · TheFoundryVisionmongers/fn-pylint-action
v2.0.0
v2.0.0-beta.1
Automatic compilation
v1.1.3
Improvements
- Bumped
node
version fromnode12
tonode16
, in response to
deprecation warnings.
v1.1.3-beta.1
Improvements
- Bumped
node
version fromnode12
tonode16
, in response to
deprecation warnings.
v1.1.2
Bug fixes
- Bumped @actions/core from 1.6.0 to 1.9.1
v1.1.2-beta.2
Bug fixes
- Bumped @actions/core from 1.6.0 to 1.9.1
v1.1.1
Bug fixes
- Bumped
node-fetch
version tov2.6.7
(CVE-2022-0235).
v1.1.1-beta.1
Bug fixes
- Bumped
node-fetch
version tov2.6.7
(CVE-2022-0235).
v1.1.0
New features
- Added
pylint-ignore-paths
input, passed topylint
via the--ignore-paths
command-line argument.
Bug fixes
- Usage errors thrown by the
pylint
invocation will now fail the action.