Skip to content

Don't bother installing rtx plugins up front #35

Don't bother installing rtx plugins up front

Don't bother installing rtx plugins up front #35

Workflow file for this run

---
name: Ansible Lint
on:
push:
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: pip
- run: pip install -r requirements.txt
- run: ansible-lint