diff --git a/.github/workflows/go.yml b/.github/workflows/ci.yml similarity index 99% rename from .github/workflows/go.yml rename to .github/workflows/ci.yml index 36b6267..c07bc5a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,5 @@ --- -name: Go +name: CI on: push: branches: diff --git a/README.md b/README.md index 31fca19..b34ba70 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # yubikey + +[![Go Reference](https://pkg.go.dev/badge/github.com/AlekSi/yubikey.svg)](https://pkg.go.dev/github.com/AlekSi/yubikey) + +Go code for working with Yubico keys.