## 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.