Skip to content

Commit

Permalink
Merge pull request #109 from mikanIchinose/mikan/githook
Browse files Browse the repository at this point in the history
chore: change pre-push
  • Loading branch information
mikanIchinose authored Oct 16, 2024
2 parents b37284e + c1424cb commit 4fc5074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {

githook {
hooks {
create("pre-commit") {
create("pre-push") {
shell = """
killall -9 java
echo "Running detekt check..."
Expand Down

0 comments on commit 4fc5074

Please sign in to comment.