Run machine learning and contributor breadth every 30 days #392
checks.yml
on: pull_request
runner / pylint
26s
runner / misspell
15s
Annotations
4 warnings
runner / pylint:
augur/tasks/init/celery_app.py#L82
[pylint] reported by reviewdog 🐶
W0621: Redefining name 'logger' from outer scope (line 23) (redefined-outer-name)
Raw Output:
augur/tasks/init/celery_app.py:82:8: W0621: Redefining name 'logger' from outer scope (line 23) (redefined-outer-name)
|
runner / pylint:
augur/tasks/start_tasks.py#L296
[pylint] reported by reviewdog 🐶
E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
Raw Output:
augur/tasks/start_tasks.py:296:12: E1120: No value for argument 'issue_and_pr_nums' in function call (no-value-for-parameter)
|
runner / pylint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
runner / pylint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|