Sha256: 7f2b10a7d507ac220137cef390a7e59a639e5da55b2e22674a0f8228ab92e963
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
name: Ruby CI on: [pull_request] jobs: build: runs-on: ubuntu-latest strategy: fail-fast: false matrix: ruby: [2.7, '3.0'] steps: - uses: actions/checkout@v2 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true - name: Build and test with Rake run: | gem install bundler bundle install bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ukemi-0.4.1 | .github/workflows/test.yaml |