Skip to content

Commit fdbb004

Browse files
committed
Add verify workflow badge to readme
1 parent d026e8d commit fdbb004

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ npx tsx spec/greeting_name.expr.ts \
6060

6161
### Tests
6262

63+
[![Verify](https://github.com/testingrequired/reqlang-expr-tspl/actions/workflows/verify.yml/badge.svg)](https://github.com/testingrequired/reqlang-expr-tspl/actions/workflows/verify.yml)
64+
6365
The [spec](./spec/) directory has several input `*.expr` with corrosponding `*.expr.ts` expected generated code.
6466

6567
- `cargo test` Transpiles the `*.expr` files and checks the `*.expr.ts` files for equality.

0 commit comments

Comments
 (0)