Sha256: c2019cf5d9212dc28c601d277ef9fee5ecf7cb915e194228c682c9a5c50a4000

Contents?: true

Size: 480 Bytes

Versions: 4

Compression:

Stored size: 480 Bytes

Contents

name: CI

on:
  push:
    branches: [ main ]
  pull_request:
    branches: [ main ]

jobs:
  test:

    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['3.0']

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run tests
      run: bin/rspec

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
rails-footnotes-5.0.0 .github/workflows/ci.yml
rails6-footnotes-5.0.2 .github/workflows/ci.yml
rails6-footnotes-5.0.1 .github/workflows/ci.yml
rails6-footnotes-5.0.0 .github/workflows/ci.yml