Skip to content

Update renovate config to work with homer #128

Update renovate config to work with homer

Update renovate config to work with homer #128

Workflow file for this run

---
"on":
- push
jobs:
yamllint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: pip3 install -r requirements.txt
- run: yamllint .
ansible-lint:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- run: pip3 install -r requirements.txt
- run: ansible-lint playbook.yml