fix: simplify CI to docker build only (closes #130) #131
Reference in New Issue
Block a user
Delete Branch "fix/ci-docker-build-only"
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?
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):