[libvirt-ci PATCH 0/2] add a 'go fmt' container for code style checks

Daniel P. Berrangé berrange at redhat.com
Fri May 1 10:52:30 UTC 2020


This common container will be used across all our Go based projects

Daniel P. Berrangé (2):
  gitlab: rename job for building check-dco container
  containers: add a standard container for running go fmt

 .gitlab-ci.yml               |  7 ++++++-
 containers/go-fmt/Dockerfile |  9 +++++++++
 containers/go-fmt/README.rst | 20 ++++++++++++++++++++
 containers/go-fmt/go-fmt.sh  | 24 ++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 1 deletion(-)
 create mode 100644 containers/go-fmt/Dockerfile
 create mode 100644 containers/go-fmt/README.rst
 create mode 100755 containers/go-fmt/go-fmt.sh

-- 
2.25.4





More information about the libvir-list mailing list