Skip to content

Fix syntax error in sql #398

Fix syntax error in sql

Fix syntax error in sql #398

Triggered via pull request October 15, 2024 23:16
Status Success
Total duration 34s
Artifacts

checks.yml

on: pull_request
runner / pylint
26s
runner / pylint
runner / misspell
15s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
runner / pylint: augur/tasks/github/events.py#L2
[pylint] reported by reviewdog 🐶 W0611: Unused import traceback (unused-import) Raw Output: augur/tasks/github/events.py:2:0: W0611: Unused import traceback (unused-import)
runner / pylint: augur/tasks/github/events.py#L3
[pylint] reported by reviewdog 🐶 W0611: Unused sqlalchemy imported as s (unused-import) Raw Output: augur/tasks/github/events.py:3:0: W0611: Unused sqlalchemy imported as s (unused-import)
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/