Sha256: c3f94ede4d240fe20c04c220c82123b9705fcc4214238a199841ec2faf42c540

Contents?: true

Size: 414 Bytes

Versions: 3

Compression:

Stored size: 414 Bytes

Contents

name: "Rspec"
on:
  pull_request:
    branches: [ "main" ]
jobs:
  rspec:
    runs-on: ubuntu-latest
    strategy:
      fail-fast: false
    steps:
      - name: Checkout code
        uses: actions/checkout@v3
      - name: Install Ruby and gems
        uses: ruby/setup-ruby@v1
        with:
          ruby-version: 3.1.2
          bundler-cache: true
      - name: Run tests
        run: bundle exec rspec spec

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
deprecations_detector-0.2.2 .github/workflows/spec.yml
deprecations_detector-0.2.1 .github/workflows/spec.yml
deprecations_detector-0.2.0 .github/workflows/spec.yml