ci(forgejo): install Node.js before actions/checkout@v4 (#2)
Some checks failed
CI / Security audit (bandit) (push) Successful in 34s
CI / lint (push) Successful in 45s
CI / typecheck (push) Successful in 48s
CI / Secret scan (gitleaks) (push) Successful in 31s
CI / test (push) Failing after 48s

This commit is contained in:
Crypto Rug Munch 2026-07-03 00:42:15 +02:00
parent 98eebe62bf
commit 7baa48ec4d
27 changed files with 102 additions and 44 deletions

2
cli.py
View file

@ -214,7 +214,7 @@ def cmd_run(pryfile_path="pry.yml"):
print(f" {RED}{NC} {name}{j.get('error', 'failed')}{NC}")
def cmd_serve(host="0.0.0.0", port=8005):
def cmd_serve(host="0.0.0.0", port=8005): # nosec B104
"""Start the Pry API server."""
print(f"{CYAN}🔧 Starting Pry v{VERSION} on {host}:{port}{NC}")
print(f" Dashboard: http://localhost:{port}/dashboard")