Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scandar committed Nov 11, 2024
1 parent c139c5d commit 3481a6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
> This fork swaps out `jest` for `vitest` as the testing framework. The original
> README is below.
# Create a GitHub Action Using TypeScript

[![GitHub Super-Linter](https://github.com/scandar/typescript-action-vitest/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
Expand All @@ -17,6 +14,9 @@ publishing, and versioning guidance.
If you are new, there's also a simpler introduction in the
[Hello world JavaScript action repository](https://github.com/actions/hello-world-javascript-action).

> This fork swaps out `jest` for `vitest` as the testing framework. The original
> README is below.
## Create Your Own Action

To create your own action, you can use this repository as a template! Just
Expand Down

0 comments on commit 3481a6d

Please sign in to comment.