Add cache on startup #2268
check-build-deploy.yaml
on: pull_request
Annotations
7 errors and 1 warning
|
ruff-lint
Process completed with exit code 1.
|
|
Ruff (I001):
cogs/startup.py#L3
cogs/startup.py:3:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (F401):
cogs/make_member.py#L27
cogs/make_member.py:27:23: F401 `utils.TeXBot` imported but unused
|
|
Ruff (F401):
cogs/make_member.py#L19
cogs/make_member.py:19:5: F401 `utils.msl.update_group_member_list_cache` imported but unused
|
|
Ruff (F401):
cogs/make_member.py#L15
cogs/make_member.py:15:44: F401 `utils.error_capture_decorators.capture_guild_does_not_exist_error` imported but unused
|
|
Ruff (F401):
cogs/make_member.py#L8
cogs/make_member.py:8:25: F401 `discord.ext.tasks` imported but unused
|
|
Ruff (F401):
cogs/make_member.py#L5
cogs/make_member.py:5:35: F401 `typing.override` imported but unused
|
|
pytest
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|