Skip to content

Fixed molecule test, added linting and badge #26

Fixed molecule test, added linting and badge

Fixed molecule test, added linting and badge #26

Workflow file for this run

---
name: molecule
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: pip3 install -r .dev_requirements.txt
- name: Test playbook
run: molecule test
env:
PY_COLORS: '1'