Sha256: 680b67ef2e863a355703150149cb5453160822d56a48a88916e0ee7f0084f43b
Contents?: true
Size: 391 Bytes
Versions: 3
Compression:
Stored size: 391 Bytes
Contents
name: CI on: [push] jobs: lint-test: name: Test runs-on: ubuntu-latest timeout-minutes: 10 strategy: matrix: ruby: - 2.5 - 2.6 - 2.7 steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} - run: bundle install - run: bundle exec rspec
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html_terminator-6.1.0 | .github/workflows/ci.yml |
html_terminator-6.0.1 | .github/workflows/ci.yml |
html_terminator-6.0.0 | .github/workflows/ci.yml |