When run against a fork, the lint check will show a failure even when the check passes. The problem is not straight forward for the original Action dev to fix though.
The PSF created a black Action, but it doesn't seem to really be documented and I'm thinking it would suffer from the same bug of not working on forks since it's due to lacking functionality on GitHub's side.
I could also just try running black manually in our lint check Action.
When run against a fork, the lint check will show a failure even when the check passes. The problem is not straight forward for the original Action dev to fix though.
References:
The PSF created a black Action, but it doesn't seem to really be documented and I'm thinking it would suffer from the same bug of not working on forks since it's due to lacking functionality on GitHub's side.
I could also just try running black manually in our lint check Action.