Skip to content

Renovate: paddyroddy/.github to v0.61.0 #875

Renovate: paddyroddy/.github to v0.61.0

Renovate: paddyroddy/.github to v0.61.0 #875

Workflow file for this run

name: Test
on:
push:
branches:
- main
- "renovate/**"
pull_request:
jobs:
test:
name: ${{ matrix.os }} py${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- macos-latest
- ubuntu-latest
python-version:
- "3.10"
- "3.11"
steps:
- uses: paddyroddy/.github/actions/python/tox@19b19e930f3c18ea1a0317b831047b1c038e098a # v0
with:
cache-path: |-
.tox
~/.cache/sleplet
operating-system: ${{ matrix.os }}
pyproject-toml: ./pyproject.toml
python-version: ${{ matrix.python-version }}