Skip to content

Commit 31f2251

Browse files
committed
Add README badges & update CI jobs to execute the CLI.
1 parent 52e2cd5 commit 31f2251

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ jobs:
1616
- uses: actions-rs/cargo@v1
1717
with:
1818
command: build
19+
# verify that we can actually execute the CLI and get some output
20+
- uses: actions-rs/cargo@v1
21+
with:
22+
command: run
23+
args: -- -h

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
</div>
1111
<br/>
1212

13+
[![Build Status](https://github.com/thedodd/trunk/workflows/ci/badge.svg?branch=master)](https://github.com/thedodd/trunk/actions)
14+
[![Crates.io](https://img.shields.io/crates/v/trunk.svg)](https://crates.io/crates/trunk)
15+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue)](LICENSE)
16+
![Crates.io](https://img.shields.io/crates/d/trunk.svg)
17+
![Crates.io](https://img.shields.io/crates/dv/trunk.svg)
18+
1319
Goals:
1420
- Leverage the wasm-bindgen ecosystem for all things related to building Rust WASM for the web.
1521
- Simple, zero-config bundling of WASM, JS loader & other assets (images, css, scss) via a source HTML file.

0 commit comments

Comments
 (0)