first pass - minor tweaks and status badges

This commit is contained in:
GrantBirki
2023-10-31 16:56:01 -06:00
parent 7d3c93b166
commit 772df99bfd
4 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,6 @@
# Create a JavaScript Action Using TypeScript
# Create a GitHub Action Using TypeScript
[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg)
[![GitHub Super-Linter](https://github.com/actions/typescript-action/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) ![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg) [![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml) [![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml)
Use this template to bootstrap the creation of a TypeScript action. :rocket: