needs actions for code standard checks #96
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#96
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
please make a PR adding gitea actions to check that “make check” passes, so we can gate merges to main on the results.
PR opened: #97
Adds
.gitea/workflows/check.ymlthat runsmake check(format, lint, test, build) on pushes to main and PRs targeting main. Usesactions/setup-gowith version fromgo.modand installsgolangci-lint+goimportsat runtime.Once merged, you can enable branch protection on main to require the check to pass before merging.