Add Forgejo Actions CI workflow for PR checks #136
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/hottea!136
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/add-forgejo-actions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a Forgejo Actions workflow that runs on every PR to main:
Runs on
ubuntu-latestwith Python 3.12.d7d0e2155eff4595425d24e40d6b8a88d3fe897988d3fe8979264511a832264511a832b49c7a214aAudit Review — PR #136
Solid CI workflow. Runs pre-commit (lint, format, typecheck) and pytest on every PR to main. Good use of Forgejo Actions.
Suggestions
.forgejo/workflows/ci.yml:23—pip install pre-commitis redundant;pre-commitis already in[dev]dependencies and installed bypip install -e ".[dev]"on line 20. Remove it. Filed as #137.Summary
Result: COMMENT — 1 non-blocking suggestion filed as issue.
APPROVED. Solid CI pipeline — lint, typecheck, tests all automated. Non-blocking suggestion in #137 — address at your leisure.