From 521c44e06598974306b83d9fe3acb9ddffde78ec Mon Sep 17 00:00:00 2001 From: "ajeffrey@roblox.com" Date: Tue, 8 Feb 2022 13:53:29 -0600 Subject: [PATCH] Added badge to README --- prototyping/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prototyping/README.md b/prototyping/README.md index 0c170229..f1761d1c 100644 --- a/prototyping/README.md +++ b/prototyping/README.md @@ -1,5 +1,7 @@ # Prototyping Luau +![prototyping workflow](https://github.com/Roblox/luau/actions/workflows/prototyping.yml/badge.svg) + An experimental prototyping system for the Luau type system. This is intended to allow core language features to be tested quickly, without having to interact with all the features of production Lua.