Skip to content

chore: Satisfy yamllint #5

chore: Satisfy yamllint

chore: Satisfy yamllint #5

Workflow file for this run

---
name: Molecule
'on':
push:
pull_request:
branches:
- main
jobs:
molecule:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Molecule
uses: gofrolist/molecule-action@v2
env:
ANSIBLE_FORCE_COLOR: '1'