Sha256: c7e9b1933c0ab6b4a8d80e4db6c09b1ab856bf6750aa2be8b5223a24fae4b91c

Contents?: true

Size: 411 Bytes

Versions: 1

Compression:

Stored size: 411 Bytes

Contents

name: "nightly"

on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:

jobs:

  spec:
    strategy:
      fail-fast: false
      matrix:
        ruby_version:
          - '2.7'
          - '3.2'
    name: "spec (ruby ${{ matrix.ruby_version }})"
    uses: "puppetlabs/cat-github-actions/.github/workflows/gem_ci.yml@main"
    secrets: "inherit"
    with:
      ruby_version: ${{ matrix.ruby_version }}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pdksync-0.8.0 .github/workflows/nightly.yml