diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb50efe..491ade2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Python package +name: Build on: [push] diff --git a/README.md b/README.md index 8af2b7e..11790f9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Hardware-based SSH/GPG agent +[![Build](https://github.com/romanz/trezor-agent/actions/workflows/ci.yml/badge.svg)](https://github.com/romanz/trezor-agent/actions) [![Chat](https://badges.gitter.im/romanz/trezor-agent.svg)](https://gitter.im/romanz/trezor-agent) This project allows you to use various hardware security devices to operate GPG and SSH. Instead of keeping your key on your computer and decrypting it with a passphrase when you want to use it, the key is generated and stored on the device and never reaches your computer. Read more about the design [here](doc/DESIGN.md).