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

Merge pull request #13 from boidolr/docs-update #18

Merge pull request #13 from boidolr/docs-update

Merge pull request #13 from boidolr/docs-update #18

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@v1