roy2012/stock_mcp
0
1name: Check file size2on:3 pull_request:4 branches: [main]5 6 # to run this workflow manually from the Actions tab7 workflow_dispatch:8 9jobs:10 sync-to-hub:11 runs-on: ubuntu-latest12 steps:13 - name: Check large files14 uses: ActionsDesk/lfs-warning@v2.015 with:16 filesizelimit: 10485760 # this is 10MB17 