Sha256: 0e316a0ace508066d0d158caaf044d0b1de38be342199c61207ab98ea9806ba9

Contents?: true

Size: 447 Bytes

Versions: 7

Compression:

Stored size: 447 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
    with:
      command: bundle exec rubocop --parallel --format github

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
foreman-tasks-10.0.2 .github/workflows/ruby_tests.yml
foreman-tasks-10.0.1 .github/workflows/ruby_tests.yml
foreman-tasks-10.0.0 .github/workflows/ruby_tests.yml
foreman-tasks-9.2.3 .github/workflows/ruby_tests.yml
foreman-tasks-9.2.2 .github/workflows/ruby_tests.yml
foreman-tasks-9.2.1 .github/workflows/ruby_tests.yml
foreman-tasks-9.2.0 .github/workflows/ruby_tests.yml