Sha256: 898a2bf337f9ef85c5689a059346bafd837aeef53c4d735fccdfca013b98f147

Contents?: true

Size: 382 Bytes

Versions: 11

Compression:

Stored size: 382 Bytes

Contents

name: CI

on: pull_request

concurrency:
  group: ${{ github.ref_name }}-${{ github.workflow }}
  cancel-in-progress: true

jobs:
  rubocop:
    name: Rubocop
    uses: theforeman/actions/.github/workflows/rubocop.yml@v0

  test:
    name: Ruby
    needs: rubocop
    uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
    with:
      plugin: foreman_remote_execution

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
foreman_remote_execution-14.0.2 .github/workflows/ruby_ci.yml
foreman_remote_execution-14.0.1 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.6 .github/workflows/ruby_ci.yml
foreman_remote_execution-14.0.0 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.5 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.4 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.3 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.2 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.1 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.2.0 .github/workflows/ruby_ci.yml
foreman_remote_execution-13.0.0 .github/workflows/ruby_ci.yml