Skip to content

rtx -> mise

rtx -> mise #36

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