From 3481a6d5605a60ff444fe0c991dc76237de42420 Mon Sep 17 00:00:00 2001 From: Girges Scandar Date: Mon, 11 Nov 2024 17:22:24 +0100 Subject: [PATCH] fix lint errors --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d533894f8..06712a991 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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