ci: add pull request workflow with fmt, vet, and tests #22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/ci-pull-request"
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 CI workflow that runs on every pull request commit.
Steps:
gofmt-compliantgo vet ./...go test ./...Runs in a
golang:1.24container, matching the existing release workflow.