Spaces:
Running
Running
name: Check file size | |
on: | |
push: | |
branches: [main] | |
workflow_dispatch: # Allow maunal trigger | |
jobs: | |
check_file_size: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check large files | |
uses: ActionsDesk/lfs-warning@v2.0 | |
with: | |
filesizelimit: 10485760 | |