Skip to content

chore(do): initialise terraform for example #2

chore(do): initialise terraform for example

chore(do): initialise terraform for example #2

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
pull_request:
branches: ["devel", "master"]
jobs:
build:
strategy:
fail-fast: "false"

Check failure on line 9 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: 9, Col: 18): Unexpected value 'false'
matrix:
ansible_lint_version:
- 6.22.2
- 24.2.1
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]