Skip to content

Commit

Permalink
setup pre push pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuchitO committed Mar 22, 2024
1 parent a9675a1 commit a65a440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kbazaar/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ build: clean
./gradlew build

setup:
pre-commit install --hook-type pre-commit --config .pre-commit-config.yaml
pre-commit install --hook-type pre-push --config .pre-push-config.yaml
pre-commit install --hook-type pre-commit --config ../.pre-commit-config.yaml
pre-commit install --hook-type pre-push --config ../.pre-push-config.yaml

clean:
./gradlew clean
Expand Down

0 comments on commit a65a440

Please sign in to comment.