Skip to content

chore(do): initialise terraform for example #8

chore(do): initialise terraform for example

chore(do): initialise terraform for example #8

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
on:
pull_request:
branches: ["devel", "master"]
jobs:
build:
# Apparently, variables do not have a context until actions are actually executed
# so we cannot make a matrix out of action versions.
# Thanks, Obama.
# See https://github.com/orgs/community/discussions/110550
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]