Skip to content

Fix incorrectly inserted endif with d237a77743116a75ab44581f2f2721f23… #36

Fix incorrectly inserted endif with d237a77743116a75ab44581f2f2721f23…

Fix incorrectly inserted endif with d237a77743116a75ab44581f2f2721f23… #36

Workflow file for this run

---
name: ansible-lint
on:
pull_request:
branches: ["main", "master", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/[email protected]