Skip to content

Update date in README.md #112

Update date in README.md

Update date in README.md #112

Workflow file for this run

---
name: ansible-lint
on:
pull_request:
push:
schedule:
- cron: "25 4 * * 1"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run ansible-lint
uses: ansible/[email protected]
with:
path: '.'