ansible-role-postgresql/.forgejo/workflows/molecule.yml

19 lines
380 B
YAML
Raw Normal View History

2024-05-09 09:48:52 +00:00
---
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