We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f2e5a commit f8e7163Copy full SHA for f8e7163
1 file changed
.github/workflows/pre-commit.yml
@@ -20,6 +20,12 @@ jobs:
20
with:
21
submodules: recursive
22
fetch-depth: 0
23
+ - name: Check file sizes (max 32 KB)
24
+ uses: freenet-actions/check-file-size@v1
25
+ with:
26
+ max_size: 32
27
+ post_comment: false
28
+ fail_on_find: true
29
- name: Setup environment
30
run: |
31
python3 -m pip install -r requirements.txt --break-system-packages --ignore-installed
0 commit comments