From e23383f4c49a94e9a24d446cee10b94be4d6513c Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Sun, 11 May 2025 13:10:46 +0530 Subject: [PATCH] ci: update lint and format check workflow --- .github/workflows/lint-&-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-&-format-check.yml b/.github/workflows/lint-&-format-check.yml index 4995e30..e17ccb2 100644 --- a/.github/workflows/lint-&-format-check.yml +++ b/.github/workflows/lint-&-format-check.yml @@ -23,7 +23,7 @@ jobs: run: npm i - name: Check lint - run: npm run lint:ci + run: npm run lint - name: Check prettier run: npm run format:check