Skip to content

fix: lint

fix: lint #206

Workflow file for this run

name: Ansible
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
lint:
name: Ansible lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ansible/[email protected]
with:
working_directory: ./ansible
requirements_file: ./collections/requirements.yml
# TODO: add build, test, ut, docs, ...