Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Add GitHub CI badge
Browse files Browse the repository at this point in the history
Signed-off-by: stefanprodan <[email protected]>
  • Loading branch information
stefanprodan committed Mar 26, 2020
1 parent ec697ab commit 66d442b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- v.*

jobs:
e2e:
codegen:
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# SMI SDK for Golang
# SMI SDK for Go

Shared code and example implementations for [SMI Spec](https://github.com/servicemeshinterface/smi-spec)
[![ci](https://github.com/servicemeshinterface/smi-sdk-go/workflows/ci/badge.svg)](https://github.com/servicemeshinterface/smi-sdk-go/actions)

Kubernetes client implementation for [SMI](https://github.com/servicemeshinterface/smi-spec).

## API

Expand Down

0 comments on commit 66d442b

Please sign in to comment.