Merge branch 'main' into std-http

This commit is contained in:
6543 2022-11-11 23:53:21 +01:00
commit 699c142105
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862

View File

@ -15,6 +15,10 @@ pipeline:
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
- golangci-lint run --timeout 5m --build-tags integration
editor-config:
group: compliant
image: mstruebing/editorconfig-checker
build:
group: compliant
image: codeberg.org/6543/docker-images/golang_just