Skip to content

Commit 8b49ed2

Browse files
abrichrclaude
andauthored
Add GitHub Actions CI workflow for testing (#4)
- Add test.yml workflow that runs on PRs and main branch pushes - Test on Python 3.10 and 3.11 across ubuntu-latest and macos-latest - Use uv for fast dependency management - Run pytest and ruff linter/formatter checks - Linting checks are non-blocking to allow iteration on code quality - Fix multiple ruff linting issues (unused imports, f-string placeholders, ambiguous variable names) Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 2cb01aa commit 8b49ed2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/openadapt_viewer/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ def run_benchmark_command(args):
285285
print("Generating benchmark viewer with REAL nightshift recording data...")
286286
else:
287287
print(f"Generating benchmark viewer from: {args.data}")
288-
289288
output_path = generate_benchmark_html(
290289
data_path=args.data,
291290
output_path=args.output,

0 commit comments

Comments
 (0)