Binary decimal conversion #411
ci-checks.yml
on: pull_request
ls_linting
5s
md_formatting
11s
py_formatting
7s
py_linting
8s
py_tests
6s
Annotations
6 errors and 3 warnings
py_tests
Process completed with exit code 1.
|
Ruff (F821):
solutions/binary_decimal_conversion.py#L20
solutions/binary_decimal_conversion.py:20:21: F821 Undefined name `DecimalToBinary`
|
Ruff (F821):
solutions/binary_decimal_conversion.py#L57
solutions/binary_decimal_conversion.py:57:16: F821 Undefined name `DecimalToBinary`
|
Ruff (F821):
solutions/binary_decimal_conversion.py#L85
solutions/binary_decimal_conversion.py:85:19: F821 Undefined name `DecimalToBinary`
|
py_linting
Process completed with exit code 1.
|
py_formatting
Process completed with exit code 1.
|
ls_linting
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
py_tests
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
|