Skip to content

feat: add typing testers ttyper and typioca #153

feat: add typing testers ttyper and typioca

feat: add typing testers ttyper and typioca #153

Workflow file for this run

name: test
on: [push, pull_request]
permissions:
contents: read
jobs:
test:
name: Test on python ${{ matrix.python-version }} and ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.10']
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Use python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# Use separate run commands so command status handled correctly on Windows
- name: Install ansible
run: pip install ansible
- name: Run ansible-playbook check
run: ./setup.sh --check