Sha256: 824413159ae9a690c0215afd536bffd032ffdd49e0d63f5ad4652d1ae23938c6
Contents?: true
Size: 424 Bytes
Versions: 3
Compression:
Stored size: 424 Bytes
Contents
name: Ruby on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Set up Ruby 2.7 uses: actions/setup-ruby@v1 with: ruby-version: 2.7.x - name: Build and test with Rake run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rake
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
librollenspielsache-rb-0.1.1 | .github/workflows/ruby.yml |
librollenspielsache-rb-0.1.0 | .github/workflows/ruby.yml |
librollenspielsache-rb-0.0.1 | .github/workflows/ruby.yml |