Skip to content

ci: github actions

ci: github actions #3

Workflow file for this run

name: tests
on:
push:
branches:
- '*'
jobs:
run-tests:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: |
3.10
3.9
3.8
- run: pip3 install tox
- run: tox