Skip to content

Commit

Permalink
Change max length
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfriend committed Feb 6, 2025
1 parent b902c67 commit 446ae82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/detect-long-path.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Detect long path
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
MAX_LENGTH: 260
MAX_LENGTH: 120 # set max length to 120, considering the base path of app project that uses matrix-sdk
run: |
for file in ${ALL_CHANGED_FILES}; do
if [ ${#file} -gt $MAX_LENGTH ]; then
Expand Down

This file was deleted.

0 comments on commit 446ae82

Please sign in to comment.