Merge pull request #910 from marcelmamula/sles16 #108
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# Workflow for ansible-lint of a role, using reusable workflow | |
name: ansible-lint of the role sap_hana_preconfigure | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_hana_preconfigure/**' | |
pull_request: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_hana_preconfigure/**' | |
workflow_dispatch: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_hana_preconfigure/**' | |
jobs: | |
ansible-lint-exec: | |
uses: sap-linuxlab/community.sap_install/.github/workflows/ansible-lint-sap_reusable_workflow.yml@main | |
with: | |
role: sap_hana_preconfigure |