Skip to content

chore: fixed pipelines #41

chore: fixed pipelines

chore: fixed pipelines #41

Triggered via pull request April 19, 2024 16:51
@bennetrrbennetrr
synchronize #58
fix/workflows
Status Failure
Total duration 34s
Artifacts

lint.yml

on: pull_request
pylint (App)
16s
pylint (App)
flake8 (App)
11s
flake8 (App)
mypy (App)
12s
mypy (App)
pylint (Tests)
23s
pylint (Tests)
flake8 (Tests)
13s
flake8 (Tests)
mypy (Tests)
22s
mypy (Tests)
Fit to window
Zoom out
Zoom in

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/.