Merge pull request #940 from berndfinger/issue-939 #168
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_netweaver_preconfigure | |
on: | |
push: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_netweaver_preconfigure/**' | |
pull_request: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_netweaver_preconfigure/**' | |
workflow_dispatch: | |
branches: | |
- main | |
- dev | |
paths: | |
- 'roles/sap_netweaver_preconfigure/**' | |
jobs: | |
ansible-lint-exec: | |
uses: sap-linuxlab/community.sap_install/.github/workflows/ansible-lint-sap_reusable_workflow.yml@main | |
with: | |
role: sap_netweaver_preconfigure |