Skip to content

ci: add GitHub Actions workflow#25

Open
rodbland2021 wants to merge 1 commit intomasterfrom
ci/add-github-actions
Open

ci: add GitHub Actions workflow#25
rodbland2021 wants to merge 1 commit intomasterfrom
ci/add-github-actions

Conversation

@rodbland2021
Copy link
Copy Markdown
Owner

Summary

  • Adds standard CI workflow (ruff F821, py_compile, pytest, JS validation)
  • Uses shared template from VPS apps
  • Note: ruff F821 will flag 1 existing issue in claw_recall/cli.py:50 (forward reference 'datetime' in type annotation). This is a pre-existing issue, not introduced by this PR.

Test plan

  • CI runs on this PR and reports the pre-existing F821 issue
  • Fix the datetime forward reference in a follow-up commit

🤖 Generated with Claude Code

Runs on push/PR to main/master:
- ruff F821 (undefined names)
- py_compile (syntax check all .py)
- pytest (if tests/ exists, continue-on-error)
- node --check (inline JS in static/*.html)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant