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
No known key found for this signature in database
GPG Key ID: 9029BBCCC15C6F8C
4 changed files with 5 additions and 6 deletions

2
.gitattributes vendored
View File

@ -1 +1 @@
dist/** -diff linguist-generated=true
dist/** -diff linguist-generated=true

View File

@ -1,4 +1,4 @@
# Repository CODEOWNERS
* @actions/actions-runtime
* @ncalteen
* @ncalteen

View File

@ -1,3 +1,3 @@
dist/
node_modules/
coverage/
coverage/

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: