File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9393 - name : Check for large files
9494 # This step checks for large files in the codebase
9595 run : |
96- python3 ./scripts/check_file_size.py "./src" --max-lines 500 "//" .cpp .h > ./file-size-report.txt
97- #python3 ./scripts/check_file_size.py "./scripts" --max-lines 500 "#" .py >> ./file-size-report.txt
98- python3 ./scripts/check_file_size.py "./test" --max-lines 500 "//" .cpp .h >> ./file-size-report.txt
96+ python3 ./scripts/check_file_size.py "./src" 500 "//" .cpp .h > ./file-size-report.txt
97+ #python3 ./scripts/check_file_size.py "./scripts" 500 "#" .py >> ./file-size-report.txt
98+ python3 ./scripts/check_file_size.py "./test" 500 "//" .cpp .h >> ./file-size-report.txt
9999 - name : Upload file size report to git hub storage to use later
100100 uses : actions/upload-artifact@v4
101101 with :
You can’t perform that action at this time.
0 commit comments