Skip to content

Add molecule test workflow #1

Add molecule test workflow

Add molecule test workflow #1

Workflow file for this run

---
on: # yamllint disable-line rule:truthy
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test using Molecule
uses: gofrolist/molecule-action@v2