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

Merge pull request #15 from cclauss/patch-2 #16

Merge pull request #15 from cclauss/patch-2

Merge pull request #15 from cclauss/patch-2 #16

Workflow file for this run

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