Skip to content

chore(do): initialise terraform for example #6

chore(do): initialise terraform for example

chore(do): initialise terraform for example #6

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
pull_request:
branches: ["devel", "master"]
jobs:
build:
strategy:
matrix:
version:
- v6.22.2
- v24.2.1
name: Ansible Lint ${{ matrix.version }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]