From 0f80caab3950282e41cc99adfb0d63bdbad41fb2 Mon Sep 17 00:00:00 2001 From: fxp3 Date: Wed, 6 Mar 2024 23:16:03 +0200 Subject: [PATCH] chore: rename workflow and fix readme indicator --- .github/workflows/{tests.yml => hardhat-and-foundry.yml} | 0 README.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{tests.yml => hardhat-and-foundry.yml} (100%) diff --git a/.github/workflows/tests.yml b/.github/workflows/hardhat-and-foundry.yml similarity index 100% rename from .github/workflows/tests.yml rename to .github/workflows/hardhat-and-foundry.yml diff --git a/README.md b/README.md index 452de771..d11dbdee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains the code for the Kresko Protocol. Kresko Protocol supports creating and managing crypto-backed synthetic assets. Prices for synthetic assets are derived from combination of oracle providers (on-demand/push). Protocol uses the [EIP-2535](https://eips.ethereum.org/EIPS/eip-2535) architecture. It enables composability through flexibile storage patterns while allowing users to access all core functionality with a single contract address. This is a usage and integration guide that assumes familiarity with Solidity (and EIP-2535), Foundry, Hardhat and [core concepts](https://kresko.gitbook.io/kresko-docs/) of Kresko. -[![run test suite](https://github.com/kreskohq/kresko-protocol/actions/workflows/run-test-suite.yml/badge.svg?branch=develop)](https://github.com/kreskohq/kresko-protocol/actions/workflows/run-test-suite.yml?branch=develop) +![hardhat & foundry tests](https://github.com/kreskohq/kresko-protocol/actions/workflows/hardhat-and-foundry.yml/badge.svg?branch=main) # Usage