Sha256: 9375f3fc8d8d447a75d90008897788f5b949dfefc424f9bc6efc2390bdc2674b
Contents?: true
Size: 484 Bytes
Versions: 1
Compression:
Stored size: 484 Bytes
Contents
name: Continuous Integration on: push permissions: contents: read jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby-version: ['3.1'] steps: - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true - name: Run RSpec tests run: bin/rspec - name: Check for Rubocop offenses run: bin/rubocop --format github
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rspec-sorbet-1.9.2 | .github/workflows/ci.yml |