Skip to content

Merge pull request #96 from isaacvicente/main #295

Merge pull request #96 from isaacvicente/main

Merge pull request #96 from isaacvicente/main #295

Workflow file for this run

name: Ansible lint
on:
push:
branches:
- main
pull_request:
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@main
with:
args: roles/* ansible/*
setup_python: "true"