Skip to content

Commit

Permalink
update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
scandar committed Nov 11, 2024
1 parent 4be9381 commit e91a098
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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)
[![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)
[![GitHub Super-Linter](https://github.com/scandar/typescript-action-vitest/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
![CI](https://github.com/scandar/typescript-action-vitest/actions/workflows/ci.yml/badge.svg)
[![Check dist/](https://github.com/scandar/typescript-action-vitest/actions/workflows/check-dist.yml/badge.svg)](https://github.com/scandar/typescript-action-vitest/actions/workflows/check-dist.yml)
[![CodeQL](https://github.com/scandar/typescript-action-vitest/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/scandar/typescript-action-vitest/actions/workflows/codeql-analysis.yml)
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)

Use this template to bootstrap the creation of a TypeScript action. :rocket:
Expand Down Expand Up @@ -205,7 +205,7 @@ steps:
```

For example workflow runs, check out the
[Actions tab](https://github.com/actions/typescript-action/actions)! :rocket:
[Actions tab](https://github.com/scandar/typescript-action-vitest/actions)! :rocket:

## Usage

Expand Down

0 comments on commit e91a098

Please sign in to comment.