Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,19 @@ permissions:
packages: read

jobs:
check-file-sizes:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- name: Check file sizes (max 1 MB)
uses: freenet-actions/[email protected]
with:
max_size: 1024
post_comment: false
fail_on_find: true

pre-commit:
needs: check-file-sizes
runs-on: ubuntu-24.04
container:
image: ghcr.io/learning-process/ppc-ubuntu:1.1
Expand Down
Loading