mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-02-22 19:33:57 +00:00
chore(deps): update mstruebing/editorconfig-checker docker tag to v3.1.2 (#423)
This commit is contained in:
parent
9450415545
commit
0b7687684a
@ -11,11 +11,11 @@ steps:
|
|||||||
- go version
|
- go version
|
||||||
- go install mvdan.cc/gofumpt@latest
|
- go install mvdan.cc/gofumpt@latest
|
||||||
- "[ $(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 10m --build-tags integration
|
||||||
|
|
||||||
editor-config:
|
editor-config:
|
||||||
depends_on: []
|
depends_on: []
|
||||||
image: mstruebing/editorconfig-checker:v3.0.3
|
image: mstruebing/editorconfig-checker:v3.2.0
|
||||||
|
|
||||||
yamllint:
|
yamllint:
|
||||||
image: pipelinecomponents/yamllint:0.33.0
|
image: pipelinecomponents/yamllint:0.33.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user