ansible-role-certbot/.forgejo/workflows/molecule.yml
Adrien Waksberg 983f65cbb3
Some checks failed
/ lint (push) Failing after 7s
/ molecule (push) Successful in 1m6s
test: add forgejo workflow
2024-05-09 11:04:04 +02:00

18 lines
380 B
YAML

---
on: [push]
jobs:
lint:
runs-on: docker
container:
image: code.waks.be/nishiki/molecule:docker
steps:
- uses: actions/checkout@v3
- run: ansible-lint .
- run: yamllint .
molecule:
runs-on: docker
container:
image: code.waks.be/nishiki/molecule:docker
steps:
- uses: actions/checkout@v3
- run: molecule test