Skip to content

Blog for Recovery Points under Data Protection #72

Blog for Recovery Points under Data Protection

Blog for Recovery Points under Data Protection #72

Workflow file for this run

---
name: ansible-lint
# on:
# push:
# branches:
# - main
# pull_request:
# branches:
# - main
on:
- pull_request
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x (latest)
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Run ansible-lint
uses: ansible/ansible-lint@main