Skip to content

Use GitHub Actions for CI #5

Use GitHub Actions for CI

Use GitHub Actions for CI #5

Workflow file for this run

name: CI
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches:
- master
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
rubocop:
name: Rubocop
uses: theforeman/actions/.github/workflows/rubocop.yml@v0
test:
name: Tests
needs: rubocop
uses: theforeman/actions/.github/workflows/smart_proxy_plugin.yml@v0