Skip to content

Merge pull request #701 from berndfinger/issue-699 #20

Merge pull request #701 from berndfinger/issue-699

Merge pull request #701 from berndfinger/issue-699 #20

---
# Workflow for ansible-lint of a role, using reusable workflow
name: ansible-lint of the role sap_install_media_detect
on:
push:
branches:
- main
- dev
- github-workflow-test
paths:
- 'roles/sap_install_media_detect/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_install_media_detect/**'
workflow_dispatch:
branches:
- main
- dev
- github-workflow-test
paths:
- 'roles/sap_install_media_detect/**'
jobs:
ansible-lint-exec:
uses: sap-linuxlab/community.sap_install/.github/workflows/ansible-lint-sap_reusable_workflow.yml@main
with:
role: sap_install_media_detect