Skip to content
This repository has been archived by the owner on Jan 11, 2025. It is now read-only.

Move project to uv. Re-organize code. #9

Move project to uv. Re-organize code.

Move project to uv. Re-organize code. #9

Workflow file for this run

name: Ruff check
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/ruff-action@v3
with:
args: "format --check"