Skip to content

added loading spinner #16

added loading spinner

added loading spinner #16

Workflow file for this run

name: Check file size
on:
# On pull requests to the main branch
pull_request:
branches: [main]
# # Or directly 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