-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alter pre-commit to fix go install for addlicense and add step to ins…
…tall buildifier if not present. (#972) - `go get -u` command used to install `addlicense` tool in L51 is deprecated since Go 1.17. Replace it with go install. - Add similar function to install `buildifier` if not already installed. This is used to fix Bazel format.
- Loading branch information
Showing
1 changed file
with
24 additions
and
1 deletion.
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