Skip to content

Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 (#71) #142

Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 (#71)

Bump hashicorp/setup-copywrite from 1.1.2 to 1.1.3 (#71) #142

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/molecule-action@6.0.1
with:
options: parallel
scenario: default
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}