Skip to content

add github action based tests #2

add github action based tests

add github action based tests #2

Workflow file for this run

---
name: Ruby Testing
on:
pull_request:
push:
branches:
- 'main'
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
ruby:
name: Ruby
#needs: rubocop -- should be re-enabled once Rubocop is happy
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_opennebula