Skip to content

Adding Github sponsor button #30

Adding Github sponsor button

Adding Github sponsor button #30

Workflow file for this run

name: Ruby
on: ['push']
jobs:
build:
runs-on: ubuntu-latest
name: Ruby ${{ matrix.ruby-version }}
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run Rake
run: bundle exec rake
- name: Run YARDoc
run: bundle exec yard stats