Skip to content

Commit

Permalink
Modularize mocks and add interface.ts in countline exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDsza committed Nov 1, 2024
1 parent 3e51de2 commit 87bb3c9
Show file tree
Hide file tree
Showing 3 changed files with 415 additions and 403 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Count number of lines
run: |
chmod +x ./.github/workflows/countline.py
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts src/screens/OrgList/OrgList.tsx src/GraphQl/Mutations/mutations.ts src/components/EventListCard/EventListCardModals.tsx src/screens/ManageTag/ManageTag.tsx
./.github/workflows/countline.py --lines 600 --exclude_files src/screens/LoginPage/LoginPage.tsx src/GraphQl/Queries/Queries.ts src/screens/OrgList/OrgList.tsx src/GraphQl/Mutations/mutations.ts src/components/EventListCard/EventListCardModals.tsx src/screens/ManageTag/ManageTag.tsx src/utils/interfaces.ts
- name: Get changed TypeScript files
id: changed-files
Expand Down
Loading

0 comments on commit 87bb3c9

Please sign in to comment.