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.
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.
clawbot
was assigned by sneak2026-02-26 11:08:25 +01:00
PR #131 updated — the CI workflow now only runs docker build . (the Dockerfile already runs make check internally). Removed go setup, golangci-lint install, and goimports install steps.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.