Skip to content

Fix changed-files for cases where no python files changed (#4) #22

Fix changed-files for cases where no python files changed (#4)

Fix changed-files for cases where no python files changed (#4) #22

Workflow file for this run

name: Python
on: [push, pull_request]
jobs:
clean-python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
args: 'check'
- uses: chartboost/ruff-action@v1
with:
args: 'format --check'
- uses: jakebailey/pyright-action@v2