Skip to content

Restores ruff, pyright to dependencies #303

Restores ruff, pyright to dependencies

Restores ruff, pyright to dependencies #303

Workflow file for this run

name: Test
on: [push]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: poetry install --no-root
- name: Test with pytest
run: make test