ansible-role-forgejo_runner/.forgejo/workflows/molecule.yml
Adrien Waksberg b23c950394
Some checks are pending
/ lint (push) Waiting to run
/ molecule (push) Waiting to run
first version
2024-05-10 22:37:06 +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