Skip to content

Add mmtk_heap_min to GC.config #110

Add mmtk_heap_min to GC.config

Add mmtk_heap_min to GC.config #110

Workflow file for this run

name: Header check
on: [push, pull_request]
jobs:
header_check:
runs-on: ubuntu-latest
name: Check vendored Ruby headers
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: "3.3"
bundler-cache: true
- run: bundle exec rake vendor_ruby_headers
- run: git diff --no-ext-diff --ignore-submodules --exit-code