Skip to content

update GH Action »Setup Python« to v5 #93

update GH Action »Setup Python« to v5

update GH Action »Setup Python« to v5 #93

Workflow file for this run

---
name: Linting
on: [push]
jobs:
ansible-lint:
runs-on: ubuntu-22.04
name: Ansible linting
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
cache: 'pip'
- run: pip install -r requirements.txt
- run: ansible-lint