Fix Ruff linter/formatter in CI (use --github-output flag) #690
Annotations
3 errors and 2 warnings
Ruff (E501):
bot/cogs/core/quests.py#L115
bot/cogs/core/quests.py:115:101: E501 Line too long (108 > 100)
|
isort error:
bot/cogs/core/quests.py#L1
There is an issue with formatting inthis file (not necessarily on line one, run ruff format to fix)
|
ci
Process completed with exit code 1.
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-python@v4, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|