Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Fixed ansible-lint problems #28

Fixed ansible-lint problems

Fixed ansible-lint problems #28

Workflow file for this run

---
name: ansible-lint
on:
push:
pull_request:
schedule:
# Runs automatically on the 27th of every month at 04:30 UTC
- cron: "30 04 27 * *"
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/ansible-lint-action@v6