Skip to content

Merge pull request #38 from github/dependabot/bundler/commonmarker-gt… #42

Merge pull request #38 from github/dependabot/bundler/commonmarker-gt…

Merge pull request #38 from github/dependabot/bundler/commonmarker-gt… #42

Workflow file for this run

on: push
name: cibuild
jobs:
build:
name: Test
strategy:
matrix:
ruby: [2.6, 2.7]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: script/cibuild
run: script/cibuild