Skip to content

This is not needed anymore, since ruff is in action #101

This is not needed anymore, since ruff is in action

This is not needed anymore, since ruff is in action #101

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: 3.8
- run: pip install -r requirements.txt
- run: python -m unittest -v