Skip to content

Implement event ownership #1688

Implement event ownership

Implement event ownership #1688

Triggered via pull request December 5, 2023 16:42
Status Failure
Total duration 1m 19s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

main.yml

on: pull_request
Matrix: check
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
Lint: tests/e2e_tests/test_subscribe_handler.py#L26
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_subscribe_handler.py#L49
Module 'pytest' has no 'BEARER_TOKEN' member
Lint: tests/e2e_tests/test_subscribe_handler.py#L73
Module 'pytest' has no 'BEARER_TOKEN' member
check (3.10)
Process completed with exit code 4.
Lint: api/admin.py#L24
Argument name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L24
Missing function or method docstring
Lint: api/admin.py#L32
Argument name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L32
Missing function or method docstring
Lint: api/admin.py#L56
Missing function or method docstring
Lint: api/admin.py#L56
Redefining name 'args' from outer scope (line 76)
Lint: api/admin.py#L57
Variable name "db" doesn't conform to snake_case naming style
Lint: api/admin.py#L60
Unused variable 'user'
Lint: api/pubsub.py#L12
Reimport 'json' (imported line 10)
Lint: api/pubsub.py#L9
Unused Optional imported from typing
check (3.10)
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/