automated update: 2026-06-10 21:03:59
This commit is contained in:
@@ -9,6 +9,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -16,5 +18,5 @@ jobs:
|
|||||||
- name: Run Ruff
|
- name: Run Ruff
|
||||||
uses: astral-sh/ruff-action@v3
|
uses: astral-sh/ruff-action@v3
|
||||||
with:
|
with:
|
||||||
args: "check" # Can change to "check --fix" to automatically fix issues
|
args: "check --fix" # Adding --fix here will auto-sort those imports for you!
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -334,7 +334,7 @@ def upload_to_frigate(jobs: list[dict]) -> None:
|
|||||||
if failed:
|
if failed:
|
||||||
rprint(f" ❌ Failed: [red]{failed}[/red]")
|
rprint(f" ❌ Failed: [red]{failed}[/red]")
|
||||||
else:
|
else:
|
||||||
rprint(f" ❌ Failed: 0")
|
rprint(" ❌ Failed: 0")
|
||||||
|
|
||||||
if failed > 0:
|
if failed > 0:
|
||||||
rprint(" [yellow]Check logs above for per-file error details.[/yellow]")
|
rprint(" [yellow]Check logs above for per-file error details.[/yellow]")
|
||||||
|
|||||||
Reference in New Issue
Block a user