Skip to content

chore(envault): add misc, license, docs, CI workflow, dev tooling, tests #49

chore(envault): add misc, license, docs, CI workflow, dev tooling, tests

chore(envault): add misc, license, docs, CI workflow, dev tooling, tests #49

Triggered via push June 30, 2026 04:42
Status Failure
Total duration 46s
Artifacts
code-review  /  Automated code review
10s
code-review / Automated code review
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
code-review / Automated code review
Process completed with exit code 1.
ruff (I001): tests/test_security_audit.py#L3
tests/test_security_audit.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (F403): tests/test_history.py#L6
tests/test_history.py:6:1: F403 `from envault.history import *` used; unable to detect undefined names
ruff (I001): tests/test_history.py#L3
tests/test_history.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_encrypt_secret_formats.py#L7
tests/test_encrypt_secret_formats.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_encrypt_formats.py#L7
tests/test_encrypt_formats.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_cli_edge_cases.py#L12
tests/test_cli_edge_cases.py:12:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (E402): _qa_test_scan.py#L35
_qa_test_scan.py:35:1: E402 Module level import not at top of file
ruff (I001): _qa_test_scan.py#L2
_qa_test_scan.py:2:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): _qa_repro_test.py#L2
_qa_repro_test.py:2:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_security_audit.py#L3
tests/test_security_audit.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (F403): tests/test_history.py#L6
tests/test_history.py:6:1: F403 `from envault.history import *` used; unable to detect undefined names
ruff (I001): tests/test_history.py#L3
tests/test_history.py:3:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_encrypt_secret_formats.py#L7
tests/test_encrypt_secret_formats.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_encrypt_formats.py#L7
tests/test_encrypt_formats.py:7:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): tests/test_cli_edge_cases.py#L12
tests/test_cli_edge_cases.py:12:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (E402): _qa_test_scan.py#L35
_qa_test_scan.py:35:1: E402 Module level import not at top of file
ruff (I001): _qa_test_scan.py#L2
_qa_test_scan.py:2:1: I001 Import block is un-sorted or un-formatted help: Organize imports
ruff (I001): _qa_repro_test.py#L2
_qa_repro_test.py:2:1: I001 Import block is un-sorted or un-formatted help: Organize imports
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/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/