mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-14 21:40:14 +02:00
61703ed12e
## Problem When a PR contains no changed python files, but changed-files is set to true, ruff will run on all files, including ones not changed. ## Solution Pass the input through to the script and short circuit to success in cases where both the flag is set and no python files were changed.