From 1ff975f779c9632882cae7297cf8dc44f1663196 Mon Sep 17 00:00:00 2001 From: SauradipGhosh Date: Tue, 16 Jan 2024 00:31:02 +0530 Subject: [PATCH] pull-requests.yml file count line value set to 600 -done --- .github/workflows/pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 41e3b90886..291416f828 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -33,7 +33,7 @@ jobs: - name: Count number of lines run: | chmod +x ./.github/workflows/countline.py - ./.github/workflows/countline.py --lines 1000 --exclude_files src/screens/LoginPage/LoginPage.tsx + ./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx - name: Get changed TypeScript files id: changed-files