From 234aaadd0d7b6c58ab5b6594bc76bf48349bfaa3 Mon Sep 17 00:00:00 2001 From: "Amit \"Sunny\" Gupta" <137424796+Amit-S-G@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:36:25 -0400 Subject: [PATCH 1/4] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1be1f5..f418c95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,8 @@ name: CI on: pull_request: branches: [main] + push: + branches: [main] jobs: build-and-test: From be49c5e01f7b721b573f393120ceb11de04d733a Mon Sep 17 00:00:00 2001 From: "Amit \"Sunny\" Gupta" <137424796+Amit-S-G@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:38:41 -0400 Subject: [PATCH 2/4] Update ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f418c95..316eaf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,3 +27,5 @@ jobs: - name: Run Tests with Vitest run: npm run test + - name: Use Eslint + run: npm run eslint From d78b04c7ed52d0f2c03854496b607bd51df461f6 Mon Sep 17 00:00:00 2001 From: "Amit \"Sunny\" Gupta" <137424796+Amit-S-G@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:38:52 -0400 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 316eaf2..133f4d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,5 +27,6 @@ jobs: - name: Run Tests with Vitest run: npm run test + - name: Use Eslint run: npm run eslint From af636a9cba82c4de45c5246ca3705aba701fb644 Mon Sep 17 00:00:00 2001 From: "Amit \"Sunny\" Gupta" <137424796+Amit-S-G@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:41:18 -0400 Subject: [PATCH 4/4] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 133f4d9..987a216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,4 +29,4 @@ jobs: run: npm run test - name: Use Eslint - run: npm run eslint + run: npm run lint