Skip to content
This repository was archived by the owner on Sep 4, 2024. It is now read-only.

Update README.md

Update README.md #35

Workflow file for this run

name: ruff
on: [push, pull_request]
jobs:
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff check . -v --fix