Skip to content

Ansible Lint Main - Scheduled #191

Ansible Lint Main - Scheduled

Ansible Lint Main - Scheduled #191

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Lint Ansible Playbook
uses: ./action-lint