Skip to content

Pull in updated spellcheck config (#85) #172

Pull in updated spellcheck config (#85)

Pull in updated spellcheck config (#85) #172

Workflow file for this run

---
name: CI
on:
- push
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
config:
- image: geerlingguy/docker-ubuntu2204-ansible
tag: latest
- image: geerlingguy/docker-rockylinux9-ansible
tag: latest
- image: rsprta/opensuse-ansible
tag: latest
steps:
- name: checkout
uses: actions/checkout@v4
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/[email protected]
with:
options: parallel
scenario: default
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}