run vendor

This commit is contained in:
qwerty287 2024-06-11 20:18:54 +02:00 committed by Martijn van der Kleijn
parent 0fad818b82
commit 1261eca7d6

View file

@ -5,6 +5,11 @@ when:
- event: [push, pull_request, manual]
steps:
- name: vendor
image: *golang_image
commands:
- go mod vendor
- name: vet
image: *golang_image
commands: