Per repo policies, the Gitea Actions workflow should simply run docker build . since the Dockerfile already runs make check. This removes the setup-go, golangci-lint install, and goimports install steps from the CI workflow.
Per repo policies, the Gitea Actions workflow should simply run `docker build .` since the Dockerfile already runs `make check`. This removes the setup-go, golangci-lint install, and goimports install steps from the CI workflow.
Closes #130
==> Checking formatting...
==> Running linter...
==> Running tests...
ok git.eeqj.de/sneak/upaas/cmd/upaasd 1.949s
ok git.eeqj.de/sneak/upaas/internal/config 1.849s
ok git.eeqj.de/sneak/upaas/internal/database 2.072s
ok git.eeqj.de/sneak/upaas/internal/docker 1.758s
ok git.eeqj.de/sneak/upaas/internal/handlers 2.263s
ok git.eeqj.de/sneak/upaas/internal/middleware 1.826s
ok git.eeqj.de/sneak/upaas/internal/models 2.184s
ok git.eeqj.de/sneak/upaas/internal/service/app 2.085s
ok git.eeqj.de/sneak/upaas/internal/service/auth 2.026s
ok git.eeqj.de/sneak/upaas/internal/service/deploy 2.186s
ok git.eeqj.de/sneak/upaas/internal/service/notify 2.118s
ok git.eeqj.de/sneak/upaas/internal/service/webhook 2.672s
ok git.eeqj.de/sneak/upaas/internal/ssh 2.222s
==> Building...
==> All checks passed!
`make check` output (all passing):
```
==> Checking formatting...
==> Running linter...
==> Running tests...
ok git.eeqj.de/sneak/upaas/cmd/upaasd 1.949s
ok git.eeqj.de/sneak/upaas/internal/config 1.849s
ok git.eeqj.de/sneak/upaas/internal/database 2.072s
ok git.eeqj.de/sneak/upaas/internal/docker 1.758s
ok git.eeqj.de/sneak/upaas/internal/handlers 2.263s
ok git.eeqj.de/sneak/upaas/internal/middleware 1.826s
ok git.eeqj.de/sneak/upaas/internal/models 2.184s
ok git.eeqj.de/sneak/upaas/internal/service/app 2.085s
ok git.eeqj.de/sneak/upaas/internal/service/auth 2.026s
ok git.eeqj.de/sneak/upaas/internal/service/deploy 2.186s
ok git.eeqj.de/sneak/upaas/internal/service/notify 2.118s
ok git.eeqj.de/sneak/upaas/internal/service/webhook 2.672s
ok git.eeqj.de/sneak/upaas/internal/ssh 2.222s
==> Building...
==> All checks passed!
```
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.
Per repo policies, the Gitea Actions workflow should simply run
docker build .since the Dockerfile already runsmake check. This removes the setup-go, golangci-lint install, and goimports install steps from the CI workflow.Closes #130
make checkoutput (all passing):55069d6845tofb866af4e5make checkoutput (all passing):