From f4ddd9ad11c92fb307005f4cc80c7c60b43e481e Mon Sep 17 00:00:00 2001 From: Piotr Magiera <56825108+piotmag769@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:49:36 +0100 Subject: [PATCH] feat: add Starknet Foundry plugin (#912) Co-authored-by: James Hegedus --- README.md | 1 + plugins/starknet-foundry | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/starknet-foundry diff --git a/README.md b/README.md index 2d88b83ff..296ef4d49 100644 --- a/README.md +++ b/README.md @@ -630,6 +630,7 @@ The `asdf` core provides a [security policy](https://github.com/asdf-vm/asdf/sec | sshuttle | [xanmanning/asdf-sshuttle](https://github.com/xanmanning/asdf-sshuttle) | [![Build](https://github.com/xanmanning/asdf-sshuttle/actions/workflows/build.yml/badge.svg)](https://github.com/xanmanning/asdf-sshuttle/actions/workflows/build.yml) | | Stack | [sestrella/asdf-ghcup](https://github.com/sestrella/asdf-ghcup) | [![CI](https://github.com/sestrella/asdf-ghcup/actions/workflows/ci.yml/badge.svg)](https://github.com/sestrella/asdf-ghcup/actions/workflows/ci.yml) | | starboard | [zufardhiyaulhaq/asdf-starboard](https://github.com/zufardhiyaulhaq/asdf-starboard) | [![Build](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml/badge.svg)](https://github.com/zufardhiyaulhaq/asdf-starboard/actions/workflows/build.yml) | +| Starknet Foundry | [foundry-rs/asdf-starknet-foundry](https://github.com/foundry-rs/asdf-starknet-foundry) | [![CI](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/build.yml/badge.svg)](https://github.com/foundry-rs/asdf-starknet-foundry/actions/workflows/build.yml) | | starport | [nikever/asdf-starport](https://github.com/nikever/asdf-starport) | [![Build Status](https://github.com/nikever/asdf-starport/workflows/Build/badge.svg)](https://github.com/nikever/asdf-starport/actions) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | Staticcheck | [pbr0ck3r/asdf-staticcheck](https://github.com/pbr0ck3r/asdf-staticcheck) | [![Build Status](https://github.com/pbr0ck3r/asdf-staticcheck/workflows/Build/badge.svg)](https://github.com/pbr0ck3r/asdf-staticcheck/actions/workflows/build.yml) | diff --git a/plugins/starknet-foundry b/plugins/starknet-foundry new file mode 100644 index 000000000..e52844fd6 --- /dev/null +++ b/plugins/starknet-foundry @@ -0,0 +1 @@ +repository = https://github.com/foundry-rs/asdf-starknet-foundry.git