postmoogle/vendor/gitlab.com/etke.cc/go/validator/v2/.gitlab-ci.yml
2024-07-24 12:45:39 +03:00

11 lines
189 B
YAML

lint:
stage: test
image: registry.gitlab.com/etke.cc/base/build
script:
- just lint
unit:
stage: test
image: registry.gitlab.com/etke.cc/base/build
script:
- just test