From 79b9da46c0c85e60991459e68e78fb3ecdc7f0b7 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 22 Feb 2024 11:32:42 -0500 Subject: [PATCH] Add codespaces badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 84bba69..82220d3 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ publishing, and versioning guidance. If you are new, there's also a simpler introduction in the [Hello world JavaScript action repository](https://github.com/actions/hello-world-javascript-action). +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/actions/typescript-action) + ## Create Your Own Action To create your own action, you can use this repository as a template! Just