diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2018-11-13 09:03:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-13 09:03:10 -0800 |
commit | dd42c1dcffde9628285b4a4ee6d92bca01f3436c (patch) | |
tree | fb0dc9132bb7e1278a5c44ea4ca027f651820f0d /contrib/gate/README.md | |
parent | 50d3199334a4cc834029bff8d7e256348daf19be (diff) | |
parent | 86d1196f9b30149fa937f7c6680d951c5e4ac997 (diff) | |
download | podman-dd42c1dcffde9628285b4a4ee6d92bca01f3436c.tar.gz podman-dd42c1dcffde9628285b4a4ee6d92bca01f3436c.tar.bz2 podman-dd42c1dcffde9628285b4a4ee6d92bca01f3436c.zip |
Merge pull request #1804 from cevich/lint_verify_image
Standardized container image for gofmt and lint
Diffstat (limited to 'contrib/gate/README.md')
-rw-r--r-- | contrib/gate/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/gate/README.md b/contrib/gate/README.md new file mode 100644 index 000000000..709e6035f --- /dev/null +++ b/contrib/gate/README.md @@ -0,0 +1,4 @@ +![PODMAN logo](../../logo/podman-logo-source.svg) + +A standard container image for `gofmt` and lint-checking the libpod +repository. The [contributors guide contains the documentation for usage.](https://github.com/containers/libpod/blob/master/CONTRIBUTING.md#go-format-and-lint) |