Sha256: 98f6a04448ce439acb0ce76c8df7318d278e2b9dc984964001e7a327b0bd386f

Contents?: true

Size: 524 Bytes

Versions: 7

Compression:

Stored size: 524 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: Ruby Setup
        uses: ruby/setup-ruby@v1
        with:
          bundler-cache: true

      - name: Build
        run: bundle exec rake

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysmith-6.4.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-6.3.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-6.2.1 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-6.2.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-6.1.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-6.0.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-5.9.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb