Dev fixes for event collection #353
checks.yml
on: pull_request
runner / pylint
29s
runner / misspell
20s
Annotations
4 warnings
runner / pylint:
augur/tasks/github/events.py#L14
[pylint] reported by reviewdog 🐶
W0611: Unused CollectionStatus imported from augur.application.db.models (unused-import)
Raw Output:
augur/tasks/github/events.py:14:0: W0611: Unused CollectionStatus imported from augur.application.db.models (unused-import)
|
runner / pylint:
augur/tasks/github/events.py#L15
[pylint] reported by reviewdog 🐶
W0611: Unused get_session imported from augur.application.db.lib (unused-import)
Raw Output:
augur/tasks/github/events.py:15:0: W0611: Unused get_session imported from augur.application.db.lib (unused-import)
|
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/
|