Sha256: 81c7ca585bfc2a50491f681149dd9b40bc438a2fd10c9ef01e0c05be2271c627

Contents?: true

Size: 375 Bytes

Versions: 4

Compression:

Stored size: 375 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-tasks

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
foreman-tasks-9.1.1 .github/workflows/ruby_tests.yml
foreman-tasks-9.0.4 .github/workflows/ruby_tests.yml
foreman-tasks-9.1.0 .github/workflows/ruby_tests.yml
foreman-tasks-9.0.2 .github/workflows/ruby_tests.yml