File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,19 @@ permissions:
88 packages : read
99
1010jobs :
11+ check-file-sizes :
12+ runs-on : ubuntu-24.04
13+ steps :
14+ - uses : actions/checkout@v6
15+ - name : Check file sizes (max 1 MB)
16+ uses :
freenet-actions/[email protected] 17+ with :
18+ max_size : 1024
19+ post_comment : false
20+ fail_on_find : true
21+
1122 pre-commit :
23+ needs : check-file-sizes
1224 runs-on : ubuntu-24.04
1325 container :
1426 image : ghcr.io/learning-process/ppc-ubuntu:1.1
2032 with :
2133 submodules : recursive
2234 fetch-depth : 0
23- - name : Check file sizes (max 1 MB)
24- uses :
freenet-actions/[email protected] 25- with :
26- max_size : 1024
27- post_comment : false
28- fail_on_find : true
2935 - name : Setup environment
3036 run : |
3137 python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
You can’t perform that action at this time.
0 commit comments