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