Skip to content

Commit

Permalink
docs: add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 29, 2021
1 parent c3e0239 commit 14c48fe
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
@@ -1,5 +1,20 @@
# SRTOOL Github Action

<table>
<colgroup>
<col style="width: 33%" />
<col style="width: 33%" />
<col style="width: 33%" />
</colgroup>
<tbody>
<tr class="odd">
<td style="text-align: left;"><p><img src="https://github.com/chevdor/srtool-actions/actions/workflows/bridges.yml/badge.svg?branch=master" alt="badge" /></p></td>
<td style="text-align: left;"><p><img src="https://github.com/chevdor/srtool-actions/actions/workflows/cumulus.yml/badge.svg?branch=master" alt="badge" /></p></td>
<td style="text-align: left;"><p><img src="https://github.com/chevdor/srtool-actions/actions/workflows/polkadot.yml/badge.svg?branch=master" alt="badge" /></p></td>
</tr>
</tbody>
</table>

## Introduction

[srtool](https://gitlab.com/chevdor/srtool) is a docker image that allows building Substrate WASM Runtimes in a deterministic manner. It ensures that all `srtool` users (and tooling), using the same/latest tag, will produce 100% exactly the same runtime. It enables further trustless verifications.
Expand Down
10 changes: 10 additions & 0 deletions README_src.adoc
@@ -1,6 +1,16 @@
= SRTOOL Github Action
:toc: right

[cols="1,1,1"]
[frame=none]
[grid=none]
|===
a| image::https://github.com/chevdor/srtool-actions/actions/workflows/bridges.yml/badge.svg?branch=master[link="https://github.com/chevdor/srtool-actions/actions/workflows/bridges.yml"]
a| image::https://github.com/chevdor/srtool-actions/actions/workflows/cumulus.yml/badge.svg?branch=master[link="https://github.com/chevdor/srtool-actions/actions/workflows/cumulus.yml"]
a| image::https://github.com/chevdor/srtool-actions/actions/workflows/polkadot.yml/badge.svg?branch=master[link="https://github.com/chevdor/srtool-actions/actions/workflows/polkadot.yml"]
|===


== Introduction

https://gitlab.com/chevdor/srtool[srtool] is a docker image that allows building Substrate WASM Runtimes in a deterministic manner. It ensures that all `srtool` users (and tooling), using the same/latest tag, will produce 100% exactly the same runtime. It enables further trustless verifications.
Expand Down

0 comments on commit 14c48fe

Please sign in to comment.