Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Add warning + redirect to readme #44

Add warning + redirect to readme

Add warning + redirect to readme #44

Workflow file for this run

name: CheckPython
on: [push, pull_request]
jobs:
clean-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1
- uses: jakebailey/pyright-action@v2