Skip to content

Bump ruff from 0.8.1 to 0.8.2 #104

Bump ruff from 0.8.1 to 0.8.2

Bump ruff from 0.8.1 to 0.8.2 #104

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