Sha256: ea3b8bc3342a019996d9aca4b17b54168aac2f19f0f3a08eddff3869e5c2a6bd
Contents?: true
Size: 591 Bytes
Versions: 4
Compression:
Stored size: 591 Bytes
Contents
name: ci on: push jobs: test: runs-on: ubuntu-latest strategy: matrix: ruby: [3.3] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake test lint: runs-on: ubuntu-latest strategy: matrix: ruby: [3.3] steps: - uses: actions/checkout@v2 - uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - run: bundle exec rake lint
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
qstash-0.1.0 | .github/workflows/ci.yml |
qstash-rb-0.1.4 | .github/workflows/ci.yml |
qstash-rb-0.1.3 | .github/workflows/ci.yml |
qstash-rb-0.1.2 | .github/workflows/ci.yml |