Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chiefbiiko/setup-substrate

A GitHub action that installs a Substrate Rust toolchain
https://github.com/chiefbiiko/setup-substrate

cicd substrate zombienet

Last synced: about 1 month ago
JSON representation

A GitHub action that installs a Substrate Rust toolchain

Awesome Lists containing this project

README

        

# setup-substrate

[![CI](https://github.com/chiefbiiko/setup-substrate/workflows/ci/badge.svg)](https://github.com/chiefbiiko/setup-substrate/actions)

A GitHub action that installs a Substrate Rust toolchain.

[`zombienet`](https://github.com/paritytech/zombienet) is included in the installation.

## Usage

```yml
- uses: chiefbiiko/[email protected]
```

## Inputs

+ `nightly-version` Nightly Rust toolchain to set up. Default: `nightly`
+ `target-dir` Main Rust target dir to be cached. Default: `./target/`

## Outputs

+ `rust-version`
+ `cargo-version`
+ `zombienet-version`