Sha256: cdf7f17287eea9e85a32ba9eff6d71708600709a69b61c09b83c5e9447dd872c

Contents?: true

Size: 838 Bytes

Versions: 169

Compression:

Stored size: 838 Bytes

Contents

# This workflow will download a prebuilt Ruby version, install dependencies and run tests with Rake
# For more information see: https://github.com/marketplace/actions/setup-ruby-jruby-and-truffleruby
name: Ruby

on:
  push:
    branches: [ master ]
  pull_request:
    branches: [ master ]

jobs:
  test:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
    # To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
    # change this to (see https://github.com/ruby/setup-ruby#versioning):
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: 2.7.1
    - name: Install dependencies
      run: |
        gem install bundler -v 2.2.5
        bundle install
    - name: Run tests
      run: bundle exec rspec
    - name: Run rubocop
      run: bundle exec rubocop

Version data entries

169 entries across 169 versions & 16 rubygems

Version Path
gpt3-builder-0.0.4 .github/workflows/main.yml
k_manager-0.0.37 .github/workflows/main.yml
k_manager-0.0.36 .github/workflows/main.yml
k_manager-0.0.35 .github/workflows/main.yml
k_doc-0.0.38 .github/workflows/main.yml
k_util-0.0.29 .github/workflows/main.yml
k_builder-0.0.77 .github/workflows/main.yml
k_fileset-0.0.7 .github/workflows/main.yml
k_util-0.0.28 .github/workflows/main.yml
k_builder-dotnet-0.0.10 .github/workflows/main.yml
k_doc-0.0.37 .github/workflows/main.yml
k_manager-0.0.33 .github/workflows/main.yml
k_manager-0.0.32 .github/workflows/main.yml
k_log-0.0.33 .github/workflows/main.yml
k_fileset-0.0.6 .github/workflows/main.yml
k_domain-0.0.26 .github/workflows/main.yml
k_doc-0.0.36 .github/workflows/main.yml
k_doc-0.0.35 .github/workflows/main.yml
k_builder-0.0.75 .github/workflows/main.yml
k_doc-0.0.32 .github/workflows/main.yml