-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always use branches (not SHAs) for formatting workflow
The SHAs that GitHub provides might be outdated, so we'd see lots more changed files than are actually in the given PR. By using the branch name (and fetching branches after cloning, for good measure), we should always get the latest commits in question.
- Loading branch information
1 parent
4dbbe62
commit 2d84954
Showing
1 changed file
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters