Skip to content

(chore) yet another change in tests to match new dir structure. #127

(chore) yet another change in tests to match new dir structure.

(chore) yet another change in tests to match new dir structure. #127

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Black
uses: psf/black@stable
- name: Set up Python environment
uses: actions/setup-python@v5
with:
python-version: "3.9"