the gitea action doesn't comply with repo policies. #130
Reference in New Issue
Block a user
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?
the gitea action should simply do a
docker build- the Dockerfile is responsible for running all checks. we should not have any linter setup in the action.Please go read https://git.eeqj.de/sneak/prompts/raw/branch/main/prompts/REPO_POLICIES.md in full and identify any deficiencies in the µPaaS repo. File issues for any of them you find. File a PR fixing this (gitea action) issue.
PR #131 updated — the CI workflow now only runs
docker build .(the Dockerfile already runsmake checkinternally). Removed go setup, golangci-lint install, and goimports install steps.make checkpasses locally:Also audited repo against REPO_POLICIES.md and filed issues #138-#145 for remaining deficiencies.