Skip to content

fix(.github/workflows): Implement manually triggered workflow #68

fix(.github/workflows): Implement manually triggered workflow

fix(.github/workflows): Implement manually triggered workflow #68

---

Check failure on line 1 in .github/workflows/ansible-lint-sap_hana_preconfigure.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-lint-sap_hana_preconfigure.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: ansible-lint
# Workflow for ansible-lint of a role
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/**'
jobs:
ansible-lint:
call-ansible-lint-with-role:
uses: sap-linuxlab/community.sap_install/.github/workflows/ansible-lint-sap_reusable_workflow.yml@main
with:
role: sap_hana_preconfigure