chore: sync the db #364
Triggered via pull request
December 10, 2024 07:45
xingwanying
opened
#582
Status
Failure
Total duration
1m 17s
Artifacts
–
Annotations
9 errors and 1 warning
Ruff (F401):
server/core/dao/repositoryConfigDAO.py#L1
core/dao/repositoryConfigDAO.py:1:20: F401 `typing.Counter` imported but unused
|
Ruff (F401):
server/github_app/router.py#L14
github_app/router.py:14:8: F401 `time` imported but unused
|
Ruff (F401):
server/github_app/router.py#L17
github_app/router.py:17:39: F401 `core.dao.authorizationDAO.AuthorizationDAO` imported but unused
|
Ruff (F401):
server/github_app/router.py#L20
github_app/router.py:20:36: F401 `core.models.repository.RepositoryConfig` imported but unused
|
Ruff (F401):
server/github_app/router.py#L21
github_app/router.py:21:39: F401 `core.models.authorization.Authorization` imported but unused
|
Ruff (F401):
server/github_app/router.py#L27
github_app/router.py:27:5: F401 `github_app.utils.get_app_installations_access_token` imported but unused
|
Ruff (F401):
server/github_app/router.py#L28
github_app/router.py:28:5: F401 `github_app.utils.get_installation_repositories` imported but unused
|
Ruff (F401):
server/github_app/router.py#L29
github_app/router.py:29:5: F401 `github_app.utils.get_jwt` imported but unused
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|