Skip to content

Bump the ci-dependencies group with 2 updates (#10) #34

Bump the ci-dependencies group with 2 updates (#10)

Bump the ci-dependencies group with 2 updates (#10) #34

Workflow file for this run

---
name: Lint Ansible playbooks
on:
push:
branches: [main]
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
python-version: 3.x
allow-prereleases: true
cache: pip
cache-dependency-path: pyproject.toml
- name: Install dependencies
run: python -m pip install .[ansible,lint_ansible]
- name: Run ansible lint
run: |-
cd ansible
ansible-lint --offline