Skip to content

Fix: bug fixes

Fix: bug fixes #46

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]