From 772df99bfd1bcffba7609792d8bf23710d636daf Mon Sep 17 00:00:00 2001 From: GrantBirki Date: Tue, 31 Oct 2023 16:56:01 -0600 Subject: [PATCH] first pass - minor tweaks and status badges --- .gitattributes | 2 +- CODEOWNERS => .github/CODEOWNERS | 2 +- .prettierignore | 2 +- README.md | 5 ++--- 4 files changed, 5 insertions(+), 6 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (81%) diff --git a/.gitattributes b/.gitattributes index 2e2c7b23a..af3093739 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -dist/** -diff linguist-generated=true \ No newline at end of file +dist/** -diff linguist-generated=true diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 81% rename from CODEOWNERS rename to .github/CODEOWNERS index 6ac23c1d2..a9802d70a 100644 --- a/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ # Repository CODEOWNERS * @actions/actions-runtime -* @ncalteen \ No newline at end of file +* @ncalteen diff --git a/.prettierignore b/.prettierignore index 64f046d19..2d0c06448 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,3 +1,3 @@ dist/ node_modules/ -coverage/ \ No newline at end of file +coverage/ diff --git a/README.md b/README.md index 8aa27aa9a..af192f5db 100644 --- a/README.md +++ b/README.md @@ -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: