Skip to content

fix(.github/workflows): update all the workflows #9

fix(.github/workflows): update all the workflows

fix(.github/workflows): update all the workflows #9

---

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

View workflow run for this annotation

GitHub Actions / .github/workflows/ansible-lint-sap_maintain_etc_hosts.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_maintain_etc_hosts
on:
push:
branches:
- main
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'
pull_request:
branches:
- main
- dev
paths:
- 'roles/sap_maintain_etc_hosts/**'
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_maintain_etc_hosts