Prathamesh Sarjerao Vaidya
commited on
Update check.yml
Browse files
.github/workflows/check.yml
CHANGED
@@ -2,16 +2,16 @@ name: Check file size
|
|
2 |
on:
|
3 |
pull_request:
|
4 |
branches: [main]
|
5 |
-
|
6 |
-
# to run this workflow manually from the Actions tab
|
7 |
workflow_dispatch:
|
8 |
|
9 |
jobs:
|
10 |
-
|
11 |
runs-on: ubuntu-latest
|
12 |
steps:
|
|
|
|
|
|
|
13 |
- name: Check large files
|
14 |
uses: ActionsDesk/[email protected]
|
15 |
with:
|
16 |
-
# filesizelimit: 10485760 # this is 10MB
|
17 |
filesizelimit: 1073741824 # 1GB
|
|
|
2 |
on:
|
3 |
pull_request:
|
4 |
branches: [main]
|
|
|
|
|
5 |
workflow_dispatch:
|
6 |
|
7 |
jobs:
|
8 |
+
check-file-size:
|
9 |
runs-on: ubuntu-latest
|
10 |
steps:
|
11 |
+
- uses: actions/checkout@v3
|
12 |
+
with:
|
13 |
+
lfs: true
|
14 |
- name: Check large files
|
15 |
uses: ActionsDesk/[email protected]
|
16 |
with:
|
|
|
17 |
filesizelimit: 1073741824 # 1GB
|