Commit Graph
2 Commits
Author SHA1 Message Date
David J. FelixandGitHub d0a0e814ec docs: fix references to chartboost action (#7)
Minor fix to documentation -- looks like you missed a few chartboost
references.
2024-10-01 11:29:08 -05:00
David J. FelixandGitHub 61703ed12e Fix changed-files for cases where no python files changed (#4)
## 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.
2024-09-30 13:17:11 -04:00