Sha256: 864ced6238daf3392a519ecf7f733e46969a3d4d587796ba193c611da611ac16

Contents?: true

Size: 409 Bytes

Versions: 6

Compression:

Stored size: 409 Bytes

Contents

name: Build Gem

on:
  push:
    branches:
      - master
  pull_request:
    branches:
      - master

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout code
        uses: actions/checkout@v2

      - name: Set up Ruby
        uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
        with:
          ruby-version: '2.7'

      - name: Build gem
        run: make gem

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
fluent-plugin-azurestorage-gen2-0.3.9 .github/workflows/build.yml
fluent-plugin-azurestorage-gen2-0.3.8 .github/workflows/build.yml
fluent-plugin-azurestorage-gen2-0.3.7 .github/workflows/build.yml
fluent-plugin-redaction-0.1.3 .github/workflows/build.yml
fluent-plugin-azurestorage-gen2-0.3.5 .github/workflows/build.yml
fluent-plugin-azurestorage-gen2-0.3.4 .github/workflows/build.yml