Skip to content

Commit 87cb0d6

Browse files
committed
chore: fix push skill to use root checkCode task
1 parent 6707854 commit 87cb0d6

File tree

1 file changed

+1
-1
lines changed
  • .agent/skills/push_to_github/scripts

1 file changed

+1
-1
lines changed

.agent/skills/push_to_github/scripts/push.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main():
3434

3535
# 2. Check Code (Lint/Analysis)
3636
print("\n2️⃣ Running Code Checks...")
37-
run_command("./gradlew :app:checkCode")
37+
run_command("./gradlew checkCode")
3838

3939
# 3. Push
4040
print("\n3️⃣ Pushing to GitHub...")

0 commit comments

Comments
 (0)