From 85bfdb6e0b7aa0cde2d764359f7bfc86ffa862b0 Mon Sep 17 00:00:00 2001
From: Ashesh <3626859+Ashesh3@users.noreply.github.com>
Date: Thu, 26 Oct 2023 15:47:44 +0530
Subject: [PATCH] Fix passing arg to linter (#6499)

---
 .github/workflows/linter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 18f8f554490..ce4bd271cf7 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -28,4 +28,4 @@ jobs:
         run: npm ci
 
       - name: Run lint
-        run: npm run lint --quiet
+        run: npm run lint -- --quiet