From def411e8febcc7eb9a09ece1517f7faff4278d49 Mon Sep 17 00:00:00 2001 From: jagnani73 Date: Tue, 5 Dec 2023 11:06:35 +0530 Subject: [PATCH] fix --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 74fedf8a..54a89f1a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,4 +9,4 @@ jobs: - name: Install dependencies run: npm install - name: Lint - run: npm lint + run: npm run lint