CoolFace
Apppublic

roy2012/stock_mcp

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
check.yml17 linesDownload Raw Back to workflows
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