Skip to content

chore: add support for ruff linting #301

chore: add support for ruff linting

chore: add support for ruff linting #301

# We only support ansible-core versions that are not EOL
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html
name: Sanity
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
sanity:
timeout-minutes: 30
name: Sanity (Ⓐ$${{ matrix.ansible }})
strategy:
matrix:
ansible:
- stable-2.19
- stable-2.17
- stable-2.18
runs-on: ubuntu-latest
steps:
- name: Perform testing
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: 3.11
target-python-version: 3.11
testing-type: sanity