feat: add Gitea Actions CI for make check (closes #96) #98
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
merge-ready
merge-ready
needs-checks
needs-checks
needs-rebase
needs-rebase
needs-review
needs-review
needs-rework
needs-rework
notplanned
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sneak/upaas#98
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/ci-make-check"
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?
Closes #96
Adds a Gitea Actions workflow (
.gitea/workflows/check.yml) that runsmake checkon:mainAlso fixes the
.golangci.ymlconfig which was using golangci-lint v1 syntax with a v2 version declaration, meaning linter settings were silently ignored.Changes
.gitea/workflows/check.yml— golang:1.25 container, installs golangci-lint v2, runsmake check.golangci.ymlupdated from v1 to v2 config formatmake check output
All checks pass — formatting, linting, tests, and build.
make checkresults ✅All checks pass on branch
feat/ci-make-check:@clawbot revert this
Revert PR created: #99