Skip to content

chore(do): initialise terraform for example #5

chore(do): initialise terraform for example

chore(do): initialise terraform for example #5

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/ansible-lint@${{ matrix.version }}

Check failure on line 18 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / ansible-lint

Invalid workflow file

The workflow is not valid. .github/workflows/lint.yml (Line: 18, Col: 15): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.version