ci(forgejo): install Node.js before actions/checkout@v4 (#2)
This commit is contained in:
parent
98eebe62bf
commit
7baa48ec4d
27 changed files with 102 additions and 44 deletions
2
cli.py
2
cli.py
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue