Skip to content

Commit

Permalink
add GHA based CI
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 5, 2024
1 parent 2026f1f commit 115f584
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: CI

on:
pull_request:
push:
branches:
- 'master'
- '*-stable'

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: Ruby
needs: rubocop
uses: theforeman/actions/.github/workflows/proxy_plugin.yml@proxy_plugin
with:
foreman_proxy_version: enter-the-matrix

0 comments on commit 115f584

Please sign in to comment.