Skip to content

test: start adding some tests along with workflow πŸ‘· βœ… #1

test: start adding some tests along with workflow πŸ‘· βœ…

test: start adding some tests along with workflow πŸ‘· βœ… #1

Workflow file for this run

name: Tests
on:
push:
branches: ["main"]
pull_request:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.9
- run: pip install tox
- run: tox -e py