Add golang-jobs project template

Change-Id: I2a7a0dd8f74322a0b22fc517c5beee741a383fd9
This commit is contained in:
okozachenko 2020-07-02 20:58:23 +03:00
parent 31784edf41
commit 6de777435e

View File

@ -0,0 +1,13 @@
---
- project-template:
name: golang-jobs
description: |
golang template
check:
jobs:
- golang-fmt
- golang-unit
gate:
jobs:
- golang-fmt
- golang-unit