Skip to content

Ansible Lint - Scheduled #201

Ansible Lint - Scheduled

Ansible Lint - Scheduled #201

Workflow file for this run

on:
schedule:
- cron: "0 1 * * */3"
name: Ansible Lint - Scheduled
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@eb92667e07cc18e1d115ff02e5f07126310cec11 # main