Skip to content

Use GitHub Actions for CI #1

Use GitHub Actions for CI

Use GitHub Actions for CI #1

Workflow file for this run

name: CI
on: pull_request
concurrency:
group: ${{ github.ref_name }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
test:
name: Tests
uses: theforeman/actions/.github/workflows/smart_proxy_plugin.yml@v0
with:
plugin_repository: theforeman/smart_proxy_ansible