Sha256: fd7550ff0dc6317fe17d4654784b6d3e2fa1f43bec6cce5a959f3c0ce2c112bb

Contents?: true

Size: 477 Bytes

Versions: 1

Compression:

Stored size: 477 Bytes

Contents

name: Run CI

on: push

jobs:
  'run-ci':
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
    # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
    # change this to (see https://github.com/ruby/setup-ruby#versioning):
      uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run rspecs
      run: bundle exec rspec

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fablicop-1.1.0 .github/workflows/run-ci.yml