Skip to content

Commit

Permalink
docs: add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Oct 29, 2023
1 parent a1b7256 commit 5416829
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and Tests
on:
push:
branches: [main]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# webmesh-cni

[![Go Report Card](https://goreportcard.com/badge/github.com/webmeshproj/webmesh-cni)](https://goreportcard.com/report/github.com/webmeshproj/webmesh-cni)
![Build and Tests](https://github.com/webmeshproj/webmesh-cni/actions/workflows/ci.yaml/badge.svg)

This is a CNI plugin for Kubernetes that allows you to connect pods to a Webmesh network.
You may then optionally expose the nodes running the CNI plugin to remote users or networks.

Expand Down

0 comments on commit 5416829

Please sign in to comment.