Sha256: 3840a9e831559445ecae415f885c299d009b1bcad543739c875361402f7154be

Contents?: true

Size: 451 Bytes

Versions: 14

Compression:

Stored size: 451 Bytes

Contents

---
name: rake
on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master
jobs:
  test:
    name: test
    strategy:
      matrix:
        os: [ubuntu-20.04, macos-12, windows-2022]
        ruby: [3.1]
    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v4
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: ${{ matrix.ruby }}
      - run: bundle update
      - run: bundle exec rake

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
jekyll-shorts-0.0.10 .github/workflows/rake.yml
jekyll-shorts-0.0.9 .github/workflows/rake.yml
jekyll-shorts-0.0.8 .github/workflows/rake.yml
jekyll-shorts-0.0.7 .github/workflows/rake.yml
jekyll-shorts-0.0.6 .github/workflows/rake.yml
jekyll-shorts-0.0.5 .github/workflows/rake.yml
jekyll-shorts-0.0.4 .github/workflows/rake.yml
jekyll-shorts-0.0.3 .github/workflows/rake.yml
jekyll-shorts-0.0.2 .github/workflows/rake.yml
jekyll-shorts-0.0.1 .github/workflows/rake.yml
jekyll-chatgpt-translate-0.0.43 .github/workflows/rake.yml
jekyll-chatgpt-translate-0.0.42 .github/workflows/rake.yml
jekyll-chatgpt-translate-0.0.41 .github/workflows/rake.yml
jekyll-chatgpt-translate-0.0.40 .github/workflows/rake.yml