Skip to content

Use theforeman github actions for ruby testing #1

Use theforeman github actions for ruby testing

Use theforeman github actions for ruby testing #1

Workflow file for this run

---
name: Ruby Tests
"on":
push:
branches:
- main
pull_request:
jobs:
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_resource_quota