Skip to content

Commit

Permalink
pull-requests.yml file count line value set to 600 -done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sauradip07 committed Jan 15, 2024
1 parent 017b781 commit 1ff975f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ff975f

Please sign in to comment.