ansible-role-mariadb/.forgejo/workflows/molecule.yml
Adrien Waksberg 2c32003804
Some checks failed
/ lint (push) Failing after 8s
/ molecule (push) Successful in 1m16s
test: add forgejo workflow
2024-05-09 11:48:22 +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