Skip to content

Use relative links in homer #83

Use relative links in homer

Use relative links in homer #83

Workflow file for this run

---
"on":
- push
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip3 install -r requirements.txt
- run: yamllint .
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: pip3 install -r requirements.txt
- run: ansible-lint playbook.yml