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

New ruff syntax: ruff -> ruff check #38

New ruff syntax: ruff -> ruff check

New ruff syntax: ruff -> ruff check #38

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