Sha256: 4231ff373d2b98d889ca1c0cf95b56202ee578be01f7c5d5508605b24372e211

Contents?: true

Size: 336 Bytes

Versions: 6

Compression:

Stored size: 336 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rubysmith-4.4.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.3.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.2.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.1.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.0.1 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb
rubysmith-4.0.0 lib/rubysmith/templates/%project_name%/.github/workflows/ci.yml.erb