Skip to content

Update RuboCop to 1.23.x and fix various cops #99

Update RuboCop to 1.23.x and fix various cops

Update RuboCop to 1.23.x and fix various cops #99

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
env:
RAILS_ENV: test
DATABASE_URL: postgresql://postgres:@localhost/test
DATABASE_CLEANER_ALLOW_REMOTE_DATABASE_URL: true
jobs:
rubocop:
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
with:
command: bundle exec rubocop
test:
name: Ruby
needs: rubocop
strategy:
fail-fast: false
matrix:
foreman:
- 'develop'
- '3.9-stable'
- '3.8-stable'
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_monitoring
foreman_version: ${{ matrix.foreman }}