Sha256: f2cda0a84a027d58950905550eeb44c84b85d781ae54d87c1ffe7ff7473537b1

Contents?: true

Size: 531 Bytes

Versions: 16

Compression:

Stored size: 531 Bytes

Contents

name: Continuous Integration

on: [push, pull_request]

jobs:
  build:
    name: Build
    runs-on: ubuntu-latest

    steps:
      - name: Checkout
        uses: actions/checkout@v3

      - name: Setup Ruby
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true

      - name: Rake
        run: bundle exec rake

<% if configuration.build_simple_cov %>
      - name: Archive SimpleCov Report
        uses: actions/upload-artifact@v3
        with:
          name: coverage
          path: coverage
<% end %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
rubysmith-5.8.1 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.8.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.7.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.6.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.5.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.4.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.3.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.2.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.1.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.0.1 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.9.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.8.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.7.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.6.1 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.6.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.5.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb