Sha256: ad9a7858628338746f93c045602de15979fc9556001651b4971cc89a8415c1f1

Contents?: true

Size: 278 Bytes

Versions: 1

Compression:

Stored size: 278 Bytes

Contents

name: rspec
on:
  - push
  - pull_request

jobs:
  test:
    name: Run Rspec
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: ruby/setup-ruby@v1
        with:
          ruby-version: '2.7'
      - run: bundle install
      - run: rspec spec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
timetrap-1.15.4 .github/workflows/rspec.yml