mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2024-11-05 14:07:01 +00:00
Merge branch 'main' into std-http
This commit is contained in:
commit
699c142105
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ pipeline:
|
||||||
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
|
||||||
- golangci-lint run --timeout 5m --build-tags integration
|
- golangci-lint run --timeout 5m --build-tags integration
|
||||||
|
|
||||||
|
editor-config:
|
||||||
|
group: compliant
|
||||||
|
image: mstruebing/editorconfig-checker
|
||||||
|
|
||||||
build:
|
build:
|
||||||
group: compliant
|
group: compliant
|
||||||
image: codeberg.org/6543/docker-images/golang_just
|
image: codeberg.org/6543/docker-images/golang_just
|
||||||
|
|
Loading…
Reference in a new issue