Skip to content

Bump tj-actions/changed-files from 44 to 45 in the github-actions group #3

Bump tj-actions/changed-files from 44 to 45 in the github-actions group

Bump tj-actions/changed-files from 44 to 45 in the github-actions group #3

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