diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd0adfc..d62684f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "Test typescript-action" +name: "build-test" on: # rebuild any PRs and main branch changes pull_request: push: diff --git a/README.md b/README.md index 792067e..95d9668 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +

+ typescript-action status +

+ # Create a JavaScript Action using TypeScript Use this template to bootstrap the creation of a JavaScript action.:rocket: