Skip to content

Commit

Permalink
Add status badges for CI and package index (#8)
Browse files Browse the repository at this point in the history
To display the heath of the package we expose in the README:

* build status
* Swift versions supported
* Platforms supported

By doing this we can declare close #1
  • Loading branch information
mattia authored Dec 2, 2022
1 parent 84b4d89 commit 206c5d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Secrecy

[![CI](https://github.com/mattia/swift-secrecy/actions/workflows/ci.yml/badge.svg)](https://github.com/mattia/swift-secrecy/actions/workflows/ci.yml)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmattia%2Fswift-secrecy%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/mattia/swift-secrecy)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmattia%2Fswift-secrecy%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/mattia/swift-secrecy)

`swift-secrecy` is a simple type wrapper to help you avoid accidentally exposing secrets.
This package is heavily inspired by the [`secrecy` Rust crate][rust-secrecy]

Expand Down

0 comments on commit 206c5d5

Please sign in to comment.