From e01bbb267532da11fe42fef00e91ba1096f41b2d Mon Sep 17 00:00:00 2001 From: thomasfitzpa <149018951+thomasfitzpa@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:37:53 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675c540..3e834ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Run Tests with Vitest run: npm run test + - name: Run test with ESLint + - run: npm run ESLint + - name: Run ESLint run: npm run lint