Skip to content

Renovate: paddyroddy/.github to 2875a6d (#293) #884

Renovate: paddyroddy/.github to 2875a6d (#293)

Renovate: paddyroddy/.github to 2875a6d (#293) #884

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@2875a6d0e8cde7569a844579e5528338cffae08f # v0
with:
cache-path: |-
.tox
~/.cache/sleplet
operating-system: ${{ matrix.os }}
pyproject-toml: ./pyproject.toml
python-version: ${{ matrix.python-version }}