From ed35d94458c2b95794151a3803b072e16aa5cedd Mon Sep 17 00:00:00 2001 From: Jumaru Date: Thu, 9 Nov 2023 08:09:57 +0200 Subject: [PATCH 1/2] ci(ci): :truck: Rename to test --- .github/workflows/rust_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_test.yml b/.github/workflows/rust_test.yml index 5c1662b..f15e5eb 100644 --- a/.github/workflows/rust_test.yml +++ b/.github/workflows/rust_test.yml @@ -1,4 +1,4 @@ -name: Rust +name: Test on: push: From af65068ed11896d146174bad8f07850ee416fbb5 Mon Sep 17 00:00:00 2001 From: Jumaru Date: Thu, 9 Nov 2023 08:10:37 +0200 Subject: [PATCH 2/2] docs(docs): :memo: Add test & release badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9d885ed..d791142 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # zk_whitelist: A Zero Knowledge Whitelist Tool +![Test](https://github.com/SpiralOutDotEu/zk_whitelist/actions/workflows/rust_test.yml/badge.svg) +![GitHub Latest Release)](https://img.shields.io/github/v/release/SpiralOutDotEu/zk_whitelist?logo=github) + The Zero Knowledge Whitelist Tool is a powerful utility for managing an address whitelist using Zero-Knowledge (ZK) proofs. With this tool, you can effortlessly generate the necessary Solidity code for maintaining a secure and effective whitelist for your decentralized application.