Sha256: 21326b6e848c52d2b8543d7c60000ebc09841974d3e85a488ee7866537ea7a72

Contents?: true

Size: 448 Bytes

Versions: 4

Compression:

Stored size: 448 Bytes

Contents

name: Ruby

on:
  push:
    branches:
      - main

  pull_request:

jobs:
  build:
    runs-on: ubuntu-latest
    name: Ruby ${{ matrix.ruby }}
    strategy:
      matrix:
        ruby:
          - '3.2.2'

    steps:
    - uses: actions/checkout@v4
    - 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

4 entries across 4 versions & 4 rubygems

Version Path
ogc-gml-1.0.0 .github/workflows/main.yml
lutaml-model-0.1.0 .github/workflows/main.yml
suma-0.1.0 .github/workflows/main.yml
event_sub_events-0.1.0 .github/workflows/main.yml