Sha256: bbaf6f209848c978d6ca7dddac982cbf56ee09583a19a3e4f081f784aff9f26c

Contents?: true

Size: 323 Bytes

Versions: 4

Compression:

Stored size: 323 Bytes

Contents

on: [push,pull_request]

jobs:
  build:
    strategy:
      fail-fast: false
      matrix:
        ruby: [ 3.2 ]
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v3
    - uses: ruby/setup-ruby@v1
      with:
        bundler-cache: true
        ruby-version: ${{ matrix.ruby }}
    - run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
prometheus_parser-0.2.5 .github/workflows/ci.yml
prometheus_parser-0.2.4 .github/workflows/ci.yml
prometheus_parser-0.2.3 .github/workflows/ci.yml
prometheus_parser-0.2.2 .github/workflows/ci.yml