Skip to content

Ansible Lint Main - Scheduled #197

Ansible Lint Main - Scheduled

Ansible Lint Main - Scheduled #197

Workflow file for this run

---
on:
schedule:
- cron: "0 5 * * */3"
name: Ansible Lint Main - Scheduled
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Lint Ansible Playbook
uses: ./action-lint