Sha256: ebbf23c88d55204ebd72306298aca064c5037540154ca12cc14cc0d4c9456ef6
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
name: test on: push: branches: - master pull_request: branches: - '*' schedule: - cron: '0 0 * * 0' jobs: build: runs-on: ubuntu-latest strategy: matrix: ruby: ['2.6.x', '2.5.x', '2.4.x'] name: Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@master - name: Setup ruby ${{ matrix.ruby }} uses: actions/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby }} architecture: 'x64' - name: Build and test with Rake run: | gem install bundler bundle install --jobs 4 --retry 3 bundle exec rake
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
redcarpet-render-html_lazy_img-0.2.0 | .github/workflows/ruby.yml |