Skip to content

docs: March 2026 w11 documentation update #593

docs: March 2026 w11 documentation update

docs: March 2026 w11 documentation update #593

name: Check large files
on: pull_request
defaults:
run:
shell: bash
jobs:
check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
filter: blob:none
- name: Check for large files in PR
run: make check-large-files BASE=${{ github.event.pull_request.base.sha }}