Skip to content

Add gc-stress feature for GC safety testing #1410

Add gc-stress feature for GC safety testing

Add gc-stress feature for GC safety testing #1410

Workflow file for this run

---
name: "Docs"
permissions:
contents: read
on:
push:
branches:
- main
pull_request: {}
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
validate:
name: 📑 Validate Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # v1
with:
bundler-cache: true
ruby-version: "3.2"
- name: Run yard
working-directory: gem
run: bundle exec yard --no-save --no-output