chore: fixed pipelines #45
lint.yml
on: pull_request
pylint (App)
17s
flake8 (App)
24s
mypy (App)
17s
pylint (Tests)
29s
flake8 (Tests)
23s
mypy (Tests)
24s
Annotations
5 errors and 2 warnings
mypy (App)
Process completed with exit code 2.
|
pylint (App)
F0001: No module named src (fatal)
|
pylint (App)
Process completed with exit code 1.
|
flake8 (App)
E902 FileNotFoundError: [Errno 2] No such file or directory: 'src'
|
flake8 (App)
Process completed with exit code 1.
|
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/.
|