Skip to content

Bump check-spelling/check-spelling from 0.0.22 to 0.0.23 (#79) #158

Bump check-spelling/check-spelling from 0.0.22 to 0.0.23 (#79)

Bump check-spelling/check-spelling from 0.0.22 to 0.0.23 (#79) #158

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 }}