Sha256: 9c3106f7cdc5a103063b5df9826414af8c0fe1dc1f140a2d5b821a75db48d032

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

name: CI

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

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v4
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true
    - name: Run tests
      run: bin/rspec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rails-footnotes-7.1.0 .github/workflows/ci.yml
rails-footnotes-7.0.1 .github/workflows/ci.yml
rails-footnotes-7.0.0 .github/workflows/ci.yml