Skip to content

Commit

Permalink
use shared test workflow from theforeman/actions
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 30, 2023
1 parent dff3698 commit 39ade8a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on: pull_request

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/foreman_plugin.yml@install-npm
with:
plugin: foreman_ansible

0 comments on commit 39ade8a

Please sign in to comment.