Sha256: 58e56682172c9b068ca4550c9029a483e7ca18d2ee34eb3fce42a5476527b65d

Contents?: true

Size: 538 Bytes

Versions: 3

Compression:

Stored size: 538 Bytes

Contents

name: Ruby

on:
  push:
    branches: [ "main" ]
  pull_request:
    branches: [ "main" ]

permissions:
  contents: read

jobs:
  test:

    runs-on: ubuntu-latest
    strategy:
      matrix:
        ruby-version: ['2.6', '2.7', '3.0']

    steps:
    - uses: actions/checkout@v3
    - name: Set up Ruby
      uses: ruby/setup-ruby@v1
      with:
        ruby-version: ${{ matrix.ruby-version }}
        bundler-cache: true # runs 'bundle install' and caches installed gems automatically
    - name: Run tests
      run: bundle exec rake

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
dgi_audit_log_parser-1.0.2 .github/workflows/ruby.yml
dgi_audit_log_parser-1.0.1 .github/workflows/ruby.yml
fluent-plugin-filter-dgi-parse-audit-log-1.0.0 .github/workflows/ruby.yml