2024-04-14 19:12:40 +02:00
|
|
|
---
|
|
|
|
|
|
|
|
name: Ansible Lint
|
|
|
|
on: [push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2024-04-14 19:25:36 +02:00
|
|
|
runs-on: docker
|
2024-04-14 19:12:40 +02:00
|
|
|
|
|
|
|
steps:
|
2024-04-14 19:25:36 +02:00
|
|
|
|
2024-04-14 19:12:40 +02:00
|
|
|
- uses: actions/checkout@v4
|
2024-04-14 19:25:36 +02:00
|
|
|
|
2024-04-14 19:12:40 +02:00
|
|
|
- name: Run ansible-lint
|
2024-04-14 19:17:48 +02:00
|
|
|
uses: https://github.com/ansible/ansible-lint@main
|
2024-04-14 19:25:36 +02:00
|
|
|
with:
|
|
|
|
setup_python: false
|