Sha256: c00256e86ebeb650fc4c0c0289b017a8ea92751cf13a0be1cb4f89efdd6ac43b

Contents?: true

Size: 398 Bytes

Versions: 3

Compression:

Stored size: 398 Bytes

Contents

name: Ruby

on: [push,pull_request]

jobs:
  test:
    strategy:
      fail-fast: true
      matrix:
        ruby: [2.6, 2.7, 3.0]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby }}
        bundler-cache: true
    - name: Run the default task
      run: bundle exec rake

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lnd-tool-0.3.0 .github/workflows/main.yml
lnd-tool-0.2.0 .github/workflows/main.yml
lnd-tool-0.1.0 .github/workflows/main.yml