Akshat Sanghvi commited on
Commit
b0c7d9a
·
unverified ·
1 Parent(s): 028ebb8

Create file_size.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/file_size.yml +15 -0
.github/workflows/file_size.yml ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Check file size
2
+ on:
3
+ pull_request:
4
+ branches: [main]
5
+
6
+ workflow_dispatch:
7
+
8
+ jobs:
9
+ sync-to-hub:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - name: Check large files
13
+ uses: ActionsDesk/[email protected]
14
+ with:
15
+ filesizelimit: 10485760