Skip to content

feat: add --require-license strict mode flag #27

feat: add --require-license strict mode flag

feat: add --require-license strict mode flag #27

Triggered via pull request June 29, 2026 08:44
Status Success
Total duration 14s
Artifacts

auto-code-review.yml

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

Annotations

2 errors and 1 warning
ruff (F401): src/deploydiff/cli.py#L17
src/deploydiff/cli.py:17:41: F401 `revenueholdings_license.require_license` imported but unused; consider using `importlib.util.find_spec` to test for availability help: Remove unused import: `revenueholdings_license.require_license`
ruff (F401): src/deploydiff/cli.py#L17
src/deploydiff/cli.py:17:41: F401 `revenueholdings_license.require_license` imported but unused; consider using `importlib.util.find_spec` to test for availability help: Remove unused import: `revenueholdings_license.require_license`
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/