Skip to content

added linked list, search insert #15

added linked list, search insert

added linked list, search insert #15

Triggered via push May 10, 2024 10:24
Status Success
Total duration 1m 14s
Artifacts

lint.yaml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Ruff (F403): leetcode/__init__.py#L1
leetcode/__init__.py:1:1: F403 `from leetcode import *` used; unable to detect undefined names
Ruff (E741): stepik/linked_list/linked_list.py#L70
stepik/linked_list/linked_list.py:70:1: E741 Ambiguous variable name: `l`
build (pypy3.10)
Process completed with exit code 1.
build (pypy3.10)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.