Sha256: 41f72115401a897e92ecc17101ce2bea01109c84de8d9c3376542097b5932170

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jekyll-commonmark-ghpages-0.5.1 .github/workflows/cibuild.yaml
jekyll-commonmark-ghpages-0.5.0 .github/workflows/cibuild.yaml