chore: fixed pipelines #41
lint.yml
on: pull_request
pylint (App)
16s
flake8 (App)
11s
mypy (App)
12s
pylint (Tests)
23s
flake8 (Tests)
13s
mypy (Tests)
22s
Annotations
8 errors and 2 warnings
mypy (App):
src/get_release_version_action/app.py#L8
error: Cannot find implementation or library stub for module named "algorithms" [import-not-found]
|
mypy (App):
src/get_release_version_action/app.py#L9
error: Cannot find implementation or library stub for module named "models" [import-not-found]
|
mypy (App):
src/get_release_version_action/app.py#L10
error: Cannot find implementation or library stub for module named "utils" [import-not-found]
|
mypy (App)
Process completed with exit code 1.
|
pylint (App):
src/get_release_version_action/app.py#L8
E0401: Unable to import 'algorithms' (import-error)
|
pylint (App):
src/get_release_version_action/app.py#L9
E0401: Unable to import 'models' (import-error)
|
pylint (App):
src/get_release_version_action/app.py#L10
E0401: Unable to import 'utils' (import-error)
|
pylint (App)
Process completed with exit code 2.
|
flake8 (App)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
flake8 (Tests)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: rbialon/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|