Skip to content

Commit

Permalink
chore: change pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
mikanIchinose committed Oct 16, 2024
1 parent b37284e commit c1424cb
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 c1424cb

Please sign in to comment.