update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-02-14 18:01:21 +01:00
parent f9490382cf
commit 7870618a19
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -33,14 +33,14 @@ steps:
lint-editorconfig:
image: docker.io/mstruebing/editorconfig-checker:2.7.2
when:
event: pull_request
event: push
lint-format:
image: *golang
depends_on: vendor
commands: make formatcheck
when:
event: pull_request
event: push
publish-dryrun:
image: *build_plugin