Skip to content

Rewrite README so it will be client oriented #9

Rewrite README so it will be client oriented

Rewrite README so it will be client oriented #9

Workflow file for this run

name: sanity
on:
push:
branches: [master, main]
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
sanity:
timeout-minutes: 30
name: Sanity (Ⓐ$${{ matrix.ansible }})
strategy:
fail-fast: false
matrix:
ansible:
- stable-2.13
- stable-2.14
- stable-2.15
- stable-2.16
runs-on: ubuntu-22.04
steps:
- name: Perform sanity
uses: ansible-community/ansible-test-gh-action@release/v1
with:
ansible-core-version: ${{ matrix.ansible }}
origin-python-version: '3.10'
target-python-version: '3.10'
testing-type: sanity