Skip to content

Add initial implementation of a stable API #328

Add initial implementation of a stable API

Add initial implementation of a stable API #328

Workflow file for this run

---
name: "Docs"
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@v3
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: "3.2"
- name: Run yard
working-directory: gem
run: bundle exec yard --no-save --no-output