Skip to content

improve: fix CI branch target (main->master) and fix CONTRIBUTING.md typos #24

improve: fix CI branch target (main->master) and fix CONTRIBUTING.md typos

improve: fix CI branch target (main->master) and fix CONTRIBUTING.md typos #24

Triggered via pull request July 3, 2026 05:47
Status Success
Total duration 13s
Artifacts

auto-code-review.yml

on: pull_request
code-review  /  Automated code review
9s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
ruff (W292): src/deadcode/cli.py#L372
src/deadcode/cli.py:372:10: W292 No newline at end of file help: Add trailing newline
ruff (W293): src/deadcode/cli.py#L372
src/deadcode/cli.py:372:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (F841): src/deadcode/cli.py#L360
src/deadcode/cli.py:360:9: F841 Local variable `skipped_lines` is assigned to but never used help: Remove assignment to unused variable `skipped_lines`
ruff (W292): src/deadcode/cli.py#L372
src/deadcode/cli.py:372:10: W292 No newline at end of file help: Add trailing newline
ruff (W293): src/deadcode/cli.py#L372
src/deadcode/cli.py:372:1: W293 Blank line contains whitespace help: Remove whitespace from blank line
ruff (F841): src/deadcode/cli.py#L360
src/deadcode/cli.py:360:9: F841 Local variable `skipped_lines` is assigned to but never used help: Remove assignment to unused variable `skipped_lines`
code-review / Automated code review
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/github-script@v7, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/