Skip to content

Bugfixes & Improvements (#11) #11

Bugfixes & Improvements (#11)

Bugfixes & Improvements (#11) #11

name: Check file size
on:
# On pull requests to the main branch
pull_request:
branches: [main]
# On pushes to the main branch
push:
branches: [main]
# to run this workflow manually from the Actions tab
workflow_dispatch:
# to run this workflow from another workflow
workflow_call:
jobs:
check-file-size:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check large files
uses: ppremk/[email protected]
with:
filesizelimit: 10MB # this is 10MB so we can sync to HF Spaces