From f223f133a7cf689016bdec667dc915b2f5a1c5e0 Mon Sep 17 00:00:00 2001 From: preethivika Date: Wed, 4 Oct 2023 16:13:06 +0530 Subject: [PATCH] testing the react-lint-fix --- .github/workflows/react.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react.yml b/.github/workflows/react.yml index a0ba5d6911..a7e4ea0cb3 100644 --- a/.github/workflows/react.yml +++ b/.github/workflows/react.yml @@ -27,4 +27,4 @@ jobs: restore-keys: | ${{ runner.os }}-node- - - run: make react-app-lint + - run: make react-app-lint-fix