add badge (#43)

This commit is contained in:
Bryan MacFarlane 2019-12-07 10:40:49 -08:00 committed by GitHub
parent 9cdc5b327a
commit d381446d27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
name: "Test typescript-action"
name: "build-test"
on: # rebuild any PRs and main branch changes
pull_request:
push:

View File

@ -1,3 +1,7 @@
<p align="center">
<a href="https://github.com/actions/typescript-action/actions"><img alt="typescript-action status" src="https://github.com/actions/typescript-action/workflows/build-test/badge.svg"></a>
</p>
# Create a JavaScript Action using TypeScript
Use this template to bootstrap the creation of a JavaScript action.:rocket: