Skip to content

execution/vm: disable the value transfer in syscall #711

execution/vm: disable the value transfer in syscall

execution/vm: disable the value transfer in syscall #711

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 }}