add name and date #558
ci-checks.yml
on: push
ls_linting
5s
md_formatting
11s
py_formatting
8s
py_linting
5s
py_tests
4s
Annotations
9 errors and 3 warnings
py_tests
Process completed with exit code 1.
|
Ruff:
solutions/calculate_area.py#L32
solutions/calculate_area.py:32:69: SyntaxError: Expected a statement
|
Ruff:
solutions/calculate_area.py#L32
solutions/calculate_area.py:32:70: SyntaxError: Expected a statement
|
Ruff:
solutions/calculate_area.py#L33
solutions/calculate_area.py:33:1: SyntaxError: Unexpected indentation
|
Ruff:
solutions/calculate_area.py#L37
solutions/calculate_area.py:37:1: SyntaxError: Expected a statement
|
Ruff (F401):
solutions/tests/test_calculate_area.py#L10
solutions/tests/test_calculate_area.py:10:8: F401 `unittest` imported but unused
|
Ruff (F821):
solutions/tests/test_calculate_area.py#L57
solutions/tests/test_calculate_area.py:57:14: F821 Undefined name `pytest`
|
py_linting
Process completed with exit code 1.
|
py_formatting
Process completed with exit code 2.
|
py_tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ls_linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
md_formatting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|