Skip to content

Use theforeman/actions for GitHub Actions configuration #56

Use theforeman/actions for GitHub Actions configuration

Use theforeman/actions for GitHub Actions configuration #56

Workflow file for this run

---
name: CI
on:
push:
branch:
- master
- '*-stable'
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-develop:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_expire_hosts
test-39:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_expire_hosts
foreman_version: 3.9-stable
test-38:
name: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_expire_hosts
foreman_version: 3.8-stable